Show / Hide Table of Contents

Class Actions

Class of action list.
動作列表類別。

Inheritance
System.Object
Element
Actions
Inherited Members
Element.name
Element.Equals(String, Boolean)
Element.Contains(String, Boolean, Boolean)
Namespace: Votanic.vXR.vGear.Scenario
Assembly: Votanic.vXR.dll
Syntax
[Serializable]
public class Actions : Element

Constructors

Actions()

Declare an action list
宣告一個動作列表。

Declaration
public Actions()

Fields

actions

List of actions.
動作列表。

Declaration
public List<Action> actions
Field Value
Type Description
System.Collections.Generic.List<Action>

probability

Probability to play all actions.
執行所有動作的概率。

Declaration
[Range(0F, 1F)]
public float probability
Field Value
Type Description
System.Single
In This Article
Back to top Generated by DocFX