C# Class StairRotate, Unity3D

Inheritance: MonoBehaviour
Mostra file Open project: kw0006667/Unity3D

Public Methods

Method Description
GetIsMotion ( ) : bool
GetIsOpen ( ) : bool
SetClose ( ) : void
SetOpen ( ) : void

Private Methods

Method Description
GetRotate_X ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

GetIsMotion() public method

public GetIsMotion ( ) : bool
return bool

GetIsOpen() public method

public GetIsOpen ( ) : bool
return bool

SetClose() public method

public SetClose ( ) : void
return void

SetOpen() public method

public SetOpen ( ) : void
return void