C# Class CameraPath, TheDeadMemories

Inheritance: MonoBehaviour
Mostrar archivo Open project: TheDeadMemoriesTeam/TheDeadMemories Class Usage Examples

Public Methods

Method Description
Start ( ) : void
Update ( ) : void
getNextPosition ( ) : void
goTo ( Vector3 d ) : void
goTo ( float endX, float endY, float endZ ) : void
isArrived ( ) : bool

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

getNextPosition() public method

public getNextPosition ( ) : void
return void

goTo() public method

public goTo ( Vector3 d ) : void
d Vector3
return void

goTo() public method

public goTo ( float endX, float endY, float endZ ) : void
endX float
endY float
endZ float
return void

isArrived() public method

public isArrived ( ) : bool
return bool