C# Class DoubleBlastDoor, AwesomeGameInSpace

Inheritance: RemoteActor
Exibir arquivo Open project: ZPZ-Gr2/AwesomeGameInSpace

Public Properties

Property Type Description
closingTime float
hitPoints float
isOpen bool
left DamagableBlastDoor,
openingWidth float

Public Methods

Method Description
Action ( ) : void
FixedUpdate ( ) : void
Start ( ) : void

Method Details

Action() public method

public Action ( ) : void
return void

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

closingTime public_oe property

public float closingTime
return float

hitPoints public_oe property

public float hitPoints
return float

isOpen public_oe property

public bool isOpen
return bool

left public_oe property

public DamagableBlastDoor, left
return DamagableBlastDoor,

openingWidth public_oe property

public float openingWidth
return float