C# Class UnityStandardAssets.Cameras.FreeLookCam

Inheritance: UnityStandardAssets.Cameras.PivotBasedCameraRig
Exibir arquivo Open project: adamtuliper/VampKid3D Class Usage Examples

Public Methods

Method Description
PlayerDiedCameraAction ( ) : void

Protected Methods

Method Description
Awake ( ) : void
FollowTarget ( float deltaTime ) : void
Update ( ) : void

Private Methods

Method Description
HandleRotationMovement ( ) : void
LookToSky ( ) : IEnumerator
OnDisable ( ) : void

Method Details

Awake() protected method

protected Awake ( ) : void
return void

FollowTarget() protected method

protected FollowTarget ( float deltaTime ) : void
deltaTime float
return void

PlayerDiedCameraAction() public method

public PlayerDiedCameraAction ( ) : void
return void

Update() protected method

protected Update ( ) : void
return void