C# Class BossAI

Inheritance: MonoBehaviour
Datei anzeigen Open project: bombguy/globalgamejam2016 Class Usage Examples

Public Properties

Property Type Description
directionOfPlayer Vector2
player GameObject
speed float

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

directionOfPlayer public_oe property

public Vector2 directionOfPlayer
return Vector2

player public_oe property

public GameObject player
return GameObject

speed public_oe property

public float speed
return float