C# Class chestDoor, Pharos

Inheritance: ObjectController
Exibir arquivo Open project: rstaewen/Pharos

Public Properties

Property Type Description
angleToRotateOnClick float
rotationTime float
targetRotationClosed Vector3
targetRotationOpen Vector3

Protected Properties

Property Type Description
rotation Vector3

Public Methods

Method Description
FixedUpdate ( ) : void
OnClickAction1 ( ) : void

Protected Methods

Method Description
Start ( ) : void

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

OnClickAction1() public method

public OnClickAction1 ( ) : void
return void

Start() protected method

protected Start ( ) : void
return void

Property Details

angleToRotateOnClick public_oe property

public float angleToRotateOnClick
return float

rotation protected_oe property

protected Vector3 rotation
return Vector3

rotationTime public_oe property

public float rotationTime
return float

targetRotationClosed public_oe property

public Vector3 targetRotationClosed
return Vector3

targetRotationOpen public_oe property

public Vector3 targetRotationOpen
return Vector3