C# Class CameraControls, CameraUnityProject

Inheritance: MonoBehaviour
Show file Open project: ConnerWestover/CameraUnityProject Class Usage Examples

Public Properties

Property Type Description
active bool
maxX float
maxY float
minX float
minY float
speed float

Public Methods

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

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

active public property

public bool active
return bool

maxX public property

public float maxX
return float

maxY public property

public float maxY
return float

minX public property

public float minX
return float

minY public property

public float minY
return float

speed public property

public float speed
return float