C# Class RotatablePillar, Pharos

Inheritance: ObjectController
Mostrar archivo Open project: rstaewen/Pharos Class Usage Examples

Public Properties

Property Type Description
angleToRotateOnClick float
pillarNoise UnityEngine.AudioClip
pillarState PillarStateTypes
rotationTime float

Protected Properties

Property Type Description
rotation Vector3
targetRotation Vector3

Public Methods

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

Protected Methods

Method Description
Awake ( ) : void
Start ( ) : void
setPillarState ( ) : void

Method Details

Awake() protected method

protected Awake ( ) : void
return void

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

OnClickAction1() public method

public OnClickAction1 ( ) : void
return void

Start() protected method

protected Start ( ) : void
return void

rotationCount() public method

public rotationCount ( ) : int
return int

setPillarState() protected method

protected setPillarState ( ) : void
return void

Property Details

angleToRotateOnClick public_oe property

public float angleToRotateOnClick
return float

pillarNoise public_oe property

public AudioClip,UnityEngine pillarNoise
return UnityEngine.AudioClip

pillarState public_oe property

public PillarStateTypes pillarState
return PillarStateTypes

rotation protected_oe property

protected Vector3 rotation
return Vector3

rotationTime public_oe property

public float rotationTime
return float

targetRotation protected_oe property

protected Vector3 targetRotation
return Vector3