Show / Hide Table of Contents

Class InteractionParameter

Interaction parameter.
互動參數。

Inheritance
System.Object
Parameter
InteractionParameter
Inherited Members
Parameter.boolean
Parameter.integer
Parameter.single
Parameter.text
Parameter.objectList
Parameter.unityObjectList
Parameter.persistentPriority
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
In This Article
Back to top Generated by DocFX