C# Class ChangeArea, COMA

Inheritance: MonoBehaviour
Show file 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 property

public string LeftLevelLoad
return string

RightLevelLoad public property

public string RightLevelLoad
return string