Class InteractionParameter
Interaction parameter.
互動參數。
Inherited Members
Namespace: Votanic.vXR
Assembly: Votanic.vXR.dll
Syntax
public class InteractionParameter : Parameter
Constructors
InteractionParameter()
Declare an interaction parameter.
宣告一個互動參數。
Declaration
public InteractionParameter()
InteractionParameter(String, Single, Int32, Int32, InteractorType, Boolean)
Declare an interaction parameter.
宣告一個互動參數。
Declaration
public InteractionParameter(string command, float value, int target, int interactor, InteractorType type, bool persistentPriority = true)
Parameters
Type | Name | Description |
---|---|---|
System.String | command | Pass Command as String parameter |
System.Single | value | Pass Command Value as Float parameter |
System.Int32 | target | Pass Target Index as Integer parameter |
System.Int32 | interactor | The interactor index |
InteractorType | type | The interactor type |
System.Boolean | persistentPriority | Persistent listeners priority |
Fields
interactor
The interactor index.
交互器編號。
Declaration
[Tooltip("The interactor index.\n交互器編號。")]
public int interactor
Field Value
Type | Description |
---|---|
System.Int32 |
type
The interactor type.
交互器種類。
Declaration
[Tooltip("The interactor type.\n交互器種類。")]
public InteractorType type
Field Value
Type | Description |
---|---|
InteractorType |