C# Class BAD.Cooldown

Runs a child node if it's cooldown timer less than 0; When the child executes the timer is set to T+seconds. Used for rate limiting.
Inheritance: Decorator
Datei anzeigen Open project: simonwittber/uBAD

Public Properties

Property Type Description
seconds float

Public Methods

Method Description
NodeTask ( ) : IEnumerator
ToString ( ) : string

Protected Methods

Method Description
ResolveArguments ( ) : void

Method Details

NodeTask() public method

public NodeTask ( ) : IEnumerator
return IEnumerator

ResolveArguments() protected method

protected ResolveArguments ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string

Property Details

seconds public_oe property

public float seconds
return float