C# Class chestDoor, Pharos

Inheritance: ObjectController
Afficher le fichier Open project: rstaewen/Pharos

Méthodes publiques

Свойство Type Description
angleToRotateOnClick float
rotationTime float
targetRotationClosed Vector3
targetRotationOpen Vector3

Protected Properties

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
Start ( ) : void

Method Details

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

Property Details

angleToRotateOnClick public_oe property

public float angleToRotateOnClick
Résultat float

rotation protected_oe property

protected Vector3 rotation
Résultat Vector3

rotationTime public_oe property

public float rotationTime
Résultat float

targetRotationClosed public_oe property

public Vector3 targetRotationClosed
Résultat Vector3

targetRotationOpen public_oe property

public Vector3 targetRotationOpen
Résultat Vector3