Class InteractionCommand
Interaction command settings of interactables.
交互物的互動指令設定。
Inheritance
System.Object
InteractionCommand
Namespace: Votanic.vXR
Assembly: Votanic.vXR.dll
Syntax
[Serializable]
public class InteractionCommand
Fields
command
The command to send when the interaction has done.
互動完成時傳送的指令。
Declaration
[Tooltip("The command to send when the interaction has done.\n互動完成時傳送的指令。")]
public string command
Field Value
Type | Description |
---|---|
System.String |
target
Target object index for the command. (User, Controller, Sensor...)
指令的目標物編號(使用者、控制器、感應器...)。
Declaration
[Tooltip("Target object index for the command. (User, Controller, Sensor...).\n指令的目標物編號(使用者、控制器、感應器...)。")]
public int target
Field Value
Type | Description |
---|---|
System.Int32 |
value
The floating value of command.
指令浮點值。
Declaration
[Tooltip("The floating value of command.\n指令浮點值。")]
public float value
Field Value
Type | Description |
---|---|
System.Single |