mirror of
https://github.com/nothke/quality-control.git
synced 2025-08-11 08:03:44 +00:00
Added interaction, hand, rigidbody dragging, picking up hammer
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
using Nothke.Interaction.Items;
|
||||
|
||||
namespace Nothke.Interaction.Integration
|
||||
{
|
||||
public interface ILockableFreeLook
|
||||
{
|
||||
void LockFreeLook(bool _lock);
|
||||
}
|
||||
|
||||
public interface IFocusableEffect
|
||||
{
|
||||
void FocusEffect(bool focus, float distance);
|
||||
}
|
||||
|
||||
public interface IZoomable
|
||||
{
|
||||
void ZoomIn(bool _zoomIn);
|
||||
}
|
||||
}
|
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 869628a60cfb3be4b84024737f32c758
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
Reference in New Issue
Block a user