Show / Hide Table of Contents

Class BehaviourLoop

Behaviour loop state.
行為循環狀態。

Inheritance
System.Object
BehaviourLoop
Namespace: Votanic.vXR.vGear.Scenario
Assembly: Votanic.vXR.dll
Syntax
[Serializable]
public class BehaviourLoop

Fields

always

Always loop if true.
當 true 時不斷循環。

Declaration
public bool always
Field Value
Type Description
System.Boolean

times

Loop times if not always.
當不是 Always 時,決定循環次數。

Declaration
public int times
Field Value
Type Description
System.Int32

Methods

CanLoop()

Return true if the behaviour can loop.
當行為可循環時傳回 true。

Declaration
public bool CanLoop()
Returns
Type Description
System.Boolean
In This Article
Back to top Generated by DocFX