C# Class SECTR_Door, PGP2

Inheritance: MonoBehaviour
ファイルを表示 Open project: theiis/PGP2

Public Methods

Method Description
CloseDoor ( ) : void
IsClosed ( ) : bool
IsFullyOpen ( ) : bool
OpenDoor ( ) : void

Protected Methods

Method Description
CanOpen ( ) : bool
OnEnable ( ) : void
OnTriggerEnter ( Collider other ) : void
OnTriggerExit ( Collider other ) : void

Private Methods

Method Description
Start ( ) : void

Method Details

CanOpen() protected method

protected CanOpen ( ) : bool
return bool

CloseDoor() public method

public CloseDoor ( ) : void
return void

IsClosed() public method

public IsClosed ( ) : bool
return bool

IsFullyOpen() public method

public IsFullyOpen ( ) : bool
return bool

OnEnable() protected method

protected OnEnable ( ) : void
return void

OnTriggerEnter() protected method

protected OnTriggerEnter ( Collider other ) : void
other Collider
return void

OnTriggerExit() protected method

protected OnTriggerExit ( Collider other ) : void
other Collider
return void

OpenDoor() public method

public OpenDoor ( ) : void
return void