C# Class BasicFunctions, Castle-Bashers

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

Public Methods

Method Description
CreateSelf ( ) : void
DestroySelf ( float t ) : void
Start ( ) : void
Update ( ) : void

Method Details

CreateSelf() public method

public CreateSelf ( ) : void
return void

DestroySelf() public method

public DestroySelf ( float t ) : void
t float
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void