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