C# Class ToggleStairs

Inheritance: MonoBehaviour
Show file Open project: NotProGamer/emtojere

Public Properties

Property Type Description
coverSprite GameObject
distance float
enableStairs bool
ladder Transform
maxSpeed float
startPosition Vector3
stopPosition Vector3

Public Methods

Method Description
EnableStairs ( bool enabled ) : void
Start ( ) : void
Update ( ) : void

Method Details

EnableStairs() public method

public EnableStairs ( bool enabled ) : void
enabled bool
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

coverSprite public property

public GameObject coverSprite
return GameObject

distance public property

public float distance
return float

enableStairs public property

public bool enableStairs
return bool

ladder public property

public Transform ladder
return Transform

maxSpeed public property

public float maxSpeed
return float

startPosition public property

public Vector3 startPosition
return Vector3

stopPosition public property

public Vector3 stopPosition
return Vector3