C# Class Assets.Environment.Scripts.DoorRotateOpen

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: veselin-/Team4BabelGame

Méthodes publiques

Свойство Type Description
Interactables UnityEngine.GameObject[]
MovementSpeed float
degreeValue float

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void

Private Methods

Méthode Description
CheckForInputs ( ) : IEnumerator
PlaySounds ( ) : IEnumerator

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

Interactables public_oe property

public GameObject[],UnityEngine Interactables
Résultat UnityEngine.GameObject[]

MovementSpeed public_oe property

public float MovementSpeed
Résultat float

degreeValue public_oe property

public float degreeValue
Résultat float