C# Class getWidthCar, UrsaMajor

Inheritance: MonoBehaviour
显示文件 Open project: BJarv/UrsaMajor

Public Properties

Property Type Description
left GameObject
right GameObject

Public Methods

Method Description
Start ( ) : void
Update ( ) : void
carCenter ( ) : float
carWidth ( ) : float

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

carCenter() public method

public carCenter ( ) : float
return float

carWidth() public method

public carWidth ( ) : float
return float

Property Details

left public_oe property

public GameObject left
return GameObject

right public_oe property

public GameObject right
return GameObject