C# Class DoorOpen, Holdout

Inheritance: MonoBehaviour
Mostrar archivo Open project: MaddJhin/Holdout Class Usage Examples

Public Properties

Property Type Description
speed float

Public Methods

Method Description
Awake ( ) : void
CheckTrigger ( ) : void
RequestOpen ( ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
CloseDoor ( ) : IEnumerator
OpenDoor ( ) : IEnumerator

Method Details

Awake() public method

public Awake ( ) : void
return void

CheckTrigger() public method

public CheckTrigger ( ) : void
return void

RequestOpen() public method

public RequestOpen ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

speed public_oe property

public float speed
return float