Class Repeater
Repeats operation of the node.
Assembly: Unity.Muse.Behavior.dll
Syntax
[Serializable]
[NodeDescription("Repeat", "Repeats operation of the node", "", "Icons/repeater", "Flow/Repeat", "ae70eb7a112b4b339e1699ebc246f1c4", null, "C:\\temp\\com.unity.muse.behavior@0.9\\Packages\\com.unity.muse.behavior\\Runtime\\Execution\\Nodes\\Decorators\\Repeater.cs")]
public class Repeater : Modifier
Methods
OnStart()
Declaration
protected override Node.Status OnStart()
Returns
Overrides
OnUpdate()
Declaration
protected override Node.Status OnUpdate()
Returns
Overrides