C# Class BT_MovementScript, Heracles

Inheritance: MonoBehaviour
Afficher le fichier Open project: TrinityUniversityGameDesign/Heracles

Méthodes publiques

Свойство Type Description
controlMethod string
directionX int
directionY int
speedX float
speedY float

Méthodes publiques

Méthode Description
SetConstantSpeed ( int dX, int dY, float sX, float sY ) : void
SetControlMethod ( string newMethod ) : void
Start ( ) : void
Update ( ) : void

Method Details

SetConstantSpeed() public méthode

public SetConstantSpeed ( int dX, int dY, float sX, float sY ) : void
dX int
dY int
sX float
sY float
Résultat void

SetControlMethod() public méthode

public SetControlMethod ( string newMethod ) : void
newMethod string
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

controlMethod public_oe property

public string controlMethod
Résultat string

directionX public_oe property

public int directionX
Résultat int

directionY public_oe property

public int directionY
Résultat int

speedX public_oe property

public float speedX
Résultat float

speedY public_oe property

public float speedY
Résultat float