C# Class MoveScript2, Heracles

Simply moves the current game object
Inheritance: MonoBehaviour
Afficher le fichier Open project: TrinityUniversityGameDesign/Heracles Class Usage Examples

Méthodes publiques

Свойство Type Description
counterMax int
direction Vector2
speed Vector2

Méthodes publiques

Méthode Description
Awake ( ) : void
FixedUpdate ( ) : void
Update ( ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

FixedUpdate() public méthode

public FixedUpdate ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

counterMax public_oe property

public int counterMax
Résultat int

direction public_oe property

Moving direction
public Vector2 direction
Résultat Vector2

speed public_oe property

Object speed
public Vector2 speed
Résultat Vector2