C# Class OldentidePlayerCamera, Oldentide

Inheritance: MonoBehaviour
Show file Open project: Victory-Game-Studios/Oldentide

Public Properties

Property Type Description
lookSmooth float
maxZoom float
offsetFromTarget Vector3
target Transform
xTilt float

Public Methods

Method Description
LateUpdate ( ) : void
LookAtTarget ( ) : void
MoveToTarget ( ) : void
SetCameraTarget ( Transform t ) : void
Start ( ) : void
Update ( ) : void

Method Details

LateUpdate() public method

public LateUpdate ( ) : void
return void

LookAtTarget() public method

public LookAtTarget ( ) : void
return void

MoveToTarget() public method

public MoveToTarget ( ) : void
return void

SetCameraTarget() public method

public SetCameraTarget ( Transform t ) : void
t Transform
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

lookSmooth public property

public float lookSmooth
return float

maxZoom public property

public float maxZoom
return float

offsetFromTarget public property

public Vector3 offsetFromTarget
return Vector3

target public property

public Transform target
return Transform

xTilt public property

public float xTilt
return float