C# Class CameraControls, CameraUnityProject

Inheritance: MonoBehaviour
ファイルを表示 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_oe property

public bool active
return bool

maxX public_oe property

public float maxX
return float

maxY public_oe property

public float maxY
return float

minX public_oe property

public float minX
return float

minY public_oe property

public float minY
return float

speed public_oe property

public float speed
return float