C# Class SkillViewerCameraController, CSharpGameFramework

Afficher le fichier Open project: dreamanlan/CSharpGameFramework

Méthodes publiques

Méthode Description
ClearFollow ( ) : void
Follow ( int targetId ) : void
MoveToFixedPosition ( Vector3 targetPos, Quaternion targetRot, bool bSmoothMove ) : void
MoveToLookat ( Vector3 target, bool bSmoothMove ) : void
OnLevelWasLoaded ( TableConfig level ) : void
Shake ( float duration, float speed, float magnitude ) : void
ToLastLookat ( ) : void
ToTrack ( ) : void
Update ( ) : void

Private Methods

Méthode Description
SetState ( State, st ) : void

Method Details

ClearFollow() public méthode

public ClearFollow ( ) : void
Résultat void

Follow() public méthode

public Follow ( int targetId ) : void
targetId int
Résultat void

MoveToFixedPosition() public méthode

public MoveToFixedPosition ( Vector3 targetPos, Quaternion targetRot, bool bSmoothMove ) : void
targetPos Vector3
targetRot Quaternion
bSmoothMove bool
Résultat void

MoveToLookat() public méthode

public MoveToLookat ( Vector3 target, bool bSmoothMove ) : void
target Vector3
bSmoothMove bool
Résultat void

OnLevelWasLoaded() public méthode

public OnLevelWasLoaded ( TableConfig level ) : void
level TableConfig
Résultat void

Shake() public méthode

public Shake ( float duration, float speed, float magnitude ) : void
duration float
speed float
magnitude float
Résultat void

ToLastLookat() public méthode

public ToLastLookat ( ) : void
Résultat void

ToTrack() public méthode

public ToTrack ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void