C# Class ToggleStairs

Inheritance: MonoBehaviour
Exibir arquivo 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_oe property

public GameObject coverSprite
return GameObject

distance public_oe property

public float distance
return float

enableStairs public_oe property

public bool enableStairs
return bool

ladder public_oe property

public Transform ladder
return Transform

maxSpeed public_oe property

public float maxSpeed
return float

startPosition public_oe property

public Vector3 startPosition
return Vector3

stopPosition public_oe property

public Vector3 stopPosition
return Vector3