C# Class Assets.Environment.Doors.BigDoubleDoor.Scripts.DoubleDoorOpen

Inheritance: UnityEngine.MonoBehaviour
Datei anzeigen Open project: veselin-/Team4BabelGame Class Usage Examples

Public Properties

Property Type Description
Interactables UnityEngine.GameObject[]
MovementSpeed float

Private Properties

Property Type Description
CheckForInputs IEnumerator

Public Methods

Method Description
Start ( ) : void

Private Methods

Method Description
CheckForInputs ( ) : IEnumerator

Method Details

Start() public method

public Start ( ) : void
return void

Property Details

Interactables public_oe property

public GameObject[],UnityEngine Interactables
return UnityEngine.GameObject[]

MovementSpeed public_oe property

public float MovementSpeed
return float