C# Class ExtendBehaviour, Castle-Bashers

Inheritance: MonoBehaviour
ファイルを表示 Open project: DevelopersGuild/Castle-Bashers Class Usage Examples

Public Properties

Property Type Description
dextend bool
direction float
x bool

Public Methods

Method Description
Deactivate ( ) : void
Resume ( float f ) : void
Return ( ) : void
SetPause ( bool bl ) : void
Start ( ) : void
Update ( ) : void

Method Details

Deactivate() public method

public Deactivate ( ) : void
return void

Resume() public method

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

Return() public method

public Return ( ) : void
return void

SetPause() public method

public SetPause ( bool bl ) : void
bl bool
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

dextend public_oe property

public bool dextend
return bool

direction public_oe property

public float direction
return float

x public_oe property

public bool x
return bool