C# Class RotatablePillar, Pharos

Inheritance: ObjectController
Afficher le fichier Open project: rstaewen/Pharos Class Usage Examples

Méthodes publiques

Свойство Type Description
angleToRotateOnClick float
pillarNoise UnityEngine.AudioClip
pillarState PillarStateTypes
rotationTime float

Protected Properties

Свойство Type Description
rotation Vector3
targetRotation Vector3

Méthodes publiques

Méthode Description
FixedUpdate ( ) : void
OnClickAction1 ( ) : void
rotationCount ( ) : int

Méthodes protégées

Méthode Description
Awake ( ) : void
Start ( ) : void
setPillarState ( ) : void

Method Details

Awake() protected méthode

protected Awake ( ) : void
Résultat void

FixedUpdate() public méthode

public FixedUpdate ( ) : void
Résultat void

OnClickAction1() public méthode

public OnClickAction1 ( ) : void
Résultat void

Start() protected méthode

protected Start ( ) : void
Résultat void

rotationCount() public méthode

public rotationCount ( ) : int
Résultat int

setPillarState() protected méthode

protected setPillarState ( ) : void
Résultat void

Property Details

angleToRotateOnClick public_oe property

public float angleToRotateOnClick
Résultat float

pillarNoise public_oe property

public AudioClip,UnityEngine pillarNoise
Résultat UnityEngine.AudioClip

pillarState public_oe property

public PillarStateTypes pillarState
Résultat PillarStateTypes

rotation protected_oe property

protected Vector3 rotation
Résultat Vector3

rotationTime public_oe property

public float rotationTime
Résultat float

targetRotation protected_oe property

protected Vector3 targetRotation
Résultat Vector3