C# Class ObstacleHandle, Malisse

Inheritance: Subject
显示文件 Open project: Collegiennes/Malisse Class Usage Examples

Public Properties

Property Type Description
m_Obstacle Obstacle,

Public Methods

Method Description
Awake ( ) : void
OnGrabbed ( ) : void
OnReleased ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

OnGrabbed() public method

public OnGrabbed ( ) : void
return void

OnReleased() public method

public OnReleased ( ) : void
return void

Property Details

m_Obstacle public_oe property

public Obstacle, m_Obstacle
return Obstacle,