Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
BAD
Cooldown
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
显示文件
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