C# Class OldentidePlayerCamera, Oldentide

Inheritance: MonoBehaviour
Mostra 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_oe property

public float lookSmooth
return float

maxZoom public_oe property

public float maxZoom
return float

offsetFromTarget public_oe property

public Vector3 offsetFromTarget
return Vector3

target public_oe property

public Transform target
return Transform

xTilt public_oe property

public float xTilt
return float