C# Class CreepBehaviorTree, Processes-of-Object-Oriented-Design

Inheritance: MonoBehaviour
Show file Open project: mahrab/Processes-of-Object-Oriented-Design

Public Properties

Property Type Description
creep GameObject
enemy1 string
enemy2 string
enemy3 string
projectile GameObject
waypoint_path Vector3[]

Public Methods

Method Description
OnCollisionEnter ( Collision col ) : void
OnTriggerEnter ( Collider other ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnCollisionEnter() public method

public OnCollisionEnter ( Collision col ) : void
col Collision
return void

OnTriggerEnter() public method

public OnTriggerEnter ( Collider other ) : void
other Collider
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

creep public property

public GameObject creep
return GameObject

enemy1 public property

public string enemy1
return string

enemy2 public property

public string enemy2
return string

enemy3 public property

public string enemy3
return string

projectile public property

public GameObject projectile
return GameObject

waypoint_path public property

public Vector3[] waypoint_path
return Vector3[]