C# Class PushBack, Gravedigger

Inheritance: MonoBehaviour
Show file Open project: Chat-Wane/Gravedigger Class Usage Examples

Public Properties

Property Type Description
maxTimeBeeingPushed float

Public Methods

Method Description
Start ( ) : void
Update ( ) : void
endPush ( ) : void
isPushed ( ) : bool
push ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

endPush() public method

public endPush ( ) : void
return void

isPushed() public method

public isPushed ( ) : bool
return bool

push() public method

public push ( ) : void
return void

Property Details

maxTimeBeeingPushed public property

public float maxTimeBeeingPushed
return float