C# Class UsingOtherComponents, code

Inheritance: MonoBehaviour
显示文件 Open project: shendongnian/code

Public Properties

Property Type Description
otherGameObject GameObject,

Public Methods

Method Description
Awake ( ) : void
Start ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

otherGameObject public_oe property

public GameObject, otherGameObject
return GameObject,