C# Class cameraMove, Final_Project_Main

Inheritance: MonoBehaviour
显示文件 Open project: framadan/Final_Project_Main Class Usage Examples

Public Properties

Property Type Description
speed float
timer float

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

speed public_oe property

public float speed
return float

timer public_oe property

public float timer
return float