C# Class ChangeArea, COMA

Inheritance: MonoBehaviour
ファイルを表示 Open project: GDACollab/COMA

Public Properties

Property Type Description
LeftLevelLoad string
RightLevelLoad string

Public Methods

Method Description
Awake ( ) : void
FixedUpdate ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

Property Details

LeftLevelLoad public_oe property

public string LeftLevelLoad
return string

RightLevelLoad public_oe property

public string RightLevelLoad
return string