C# Class exScreenPosition, ex2d-v1

Inheritance: MonoBehaviour
显示文件 Open project: exdev/ex2d-v1 Class Usage Examples

Public Methods

Method Description
Awake ( ) : void
LateUpdate ( ) : void
OnEnable ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

LateUpdate() public method

public LateUpdate ( ) : void
return void

OnEnable() public method

public OnEnable ( ) : void
return void