C# Class Inferno, Castle-Bashers

Inheritance: CharAction
Mostrar archivo Open project: DevelopersGuild/Castle-Bashers Class Usage Examples

Public Properties

Property Type Description
speed float

Public Methods

Method Description
UseSkill ( GameObject caller, GameObject target = null, object optionalParameters = null ) : void

Protected Methods

Method Description
Start ( ) : void
Update ( ) : void

Method Details

Start() protected method

protected Start ( ) : void
return void

Update() protected method

protected Update ( ) : void
return void

UseSkill() public method

public UseSkill ( GameObject caller, GameObject target = null, object optionalParameters = null ) : void
caller GameObject
target GameObject
optionalParameters object
return void

Property Details

speed public_oe property

public float speed
return float