C# Class MoveScript2, Heracles

Simply moves the current game object
Inheritance: MonoBehaviour
Show file Open project: TrinityUniversityGameDesign/Heracles Class Usage Examples

Public Properties

Property Type Description
counterMax int
direction Vector2
speed Vector2

Public Methods

Method Description
Awake ( ) : void
FixedUpdate ( ) : void
Update ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

counterMax public property

public int counterMax
return int

direction public property

Moving direction
public Vector2 direction
return Vector2

speed public property

Object speed
public Vector2 speed
return Vector2