Class Interactor
Interactor status on interactables.
交互物上的交互器狀態。
Inheritance
System.Object
Interactor
Namespace: Votanic.vXR
Assembly: Votanic.vXR.dll
Syntax
public class Interactor
Fields
holdingDuration
Duration for Hold and Look related interaction type.
互動類型 Hold 及 Look 相關的持續時間。
Declaration
public float holdingDuration
Field Value
Type | Description |
---|---|
System.Single |
Properties
index
Interactor index.
交互器的編號。
Declaration
public int index { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
type
Type of interactor.
交互器的類型。
Declaration
public InteractorType type { get; }
Property Value
Type | Description |
---|---|
InteractorType |