C# Class Actor, Castle-Bashers

Inheritance: MonoBehaviour
Afficher le fichier Open project: DevelopersGuild/Castle-Bashers Class Usage Examples

Méthodes publiques

Свойство Type Description
DebugMode bool

Méthodes publiques

Méthode Description
Awake ( ) : void
MoveOrder ( Vector3 pos, bool toPlayer = false ) : void
MoveToward ( ) : void
Update ( ) : void
setMove ( bool c ) : void
setTarg ( GameObject g ) : void
setZ ( float z ) : void

Private Methods

Méthode Description
ChangeState ( State, newState ) : void
SetTarget ( ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

MoveOrder() public méthode

public MoveOrder ( Vector3 pos, bool toPlayer = false ) : void
pos Vector3
toPlayer bool
Résultat void

MoveToward() public méthode

public MoveToward ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

setMove() public méthode

public setMove ( bool c ) : void
c bool
Résultat void

setTarg() public méthode

public setTarg ( GameObject g ) : void
g GameObject
Résultat void

setZ() public méthode

public setZ ( float z ) : void
z float
Résultat void

Property Details

DebugMode public_oe property

public bool DebugMode
Résultat bool