C# Class ID, Castle-Bashers

Inheritance: MonoBehaviour
Show file Open project: DevelopersGuild/Castle-Bashers Class Usage Examples

Public Methods

Method Description
SetID ( float f ) : void
getID ( ) : float
getTime ( ) : bool
setTime ( bool b ) : void

Private Methods

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

Method Details

SetID() public method

public SetID ( float f ) : void
f float
return void

getID() public method

public getID ( ) : float
return float

getTime() public method

public getTime ( ) : bool
return bool

setTime() public method

public setTime ( bool b ) : void
b bool
return void