Class Inverter
  Inverts the result of the child action.
 
  
  
  
  
  Assembly: Unity.Muse.Behavior.dll
  Syntax
  
    [Serializable]
[NodeDescription("Inverter", "Inverts the result of the child action.", "", "Icons/inverter", "", "d0d10b1d45144d1b802b9443b57b5adb", null, "C:\\temp\\com.unity.muse.behavior@0.11\\Packages\\com.unity.muse.behavior\\Runtime\\Execution\\Nodes\\Decorators\\Inverter.cs")]
public class Inverter : Modifier
   
  Methods
  
  OnStart()
  
  
  Declaration
  
    protected override Node.Status OnStart()
   
  Returns
  
  Overrides
  
  
  OnUpdate()
  
  
  Declaration
  
    protected override Node.Status OnUpdate()
   
  Returns
  
  Overrides