C# Class Elevator, GrapplingHookFighters

Inheritance: MonoBehaviour
Mostra file Open project: PurdueSIGGD/GrapplingHookFighters Class Usage Examples

Public Properties

Property Type Description
bottom Vector3
delay float
moveUp bool
speed float
top Vector3

Public Methods

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

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

bottom public_oe property

public Vector3 bottom
return Vector3

delay public_oe property

public float delay
return float

moveUp public_oe property

public bool moveUp
return bool

speed public_oe property

public float speed
return float

top public_oe property

public Vector3 top
return Vector3