C# Class Elevator, GrapplingHookFighters

Inheritance: MonoBehaviour
Show 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 property

public Vector3 bottom
return Vector3

delay public property

public float delay
return float

moveUp public property

public bool moveUp
return bool

speed public property

public float speed
return float

top public property

public Vector3 top
return Vector3