C# Class TopDownCamera

Inheritance: MonoBehaviour
显示文件 Open project: ferdbold/littleawfuljam2016 Class Usage Examples

Public Properties

Property Type Description
player GameObject
playerOverShoulder GameObject

Public Methods

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

Private Methods

Method Description
OrientCamera ( Vector3 lookAtPos ) : void

orients Camera smoothly

RepositionCamera ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

player public_oe property

public GameObject player
return GameObject

playerOverShoulder public_oe property

public GameObject playerOverShoulder
return GameObject