C# Class BossMovement

Inheritance: MonoBehaviour
Exibir arquivo Open project: Aerolith-Studios/White-Collar Class Usage Examples

Public Properties

Property Type Description
attackRange float
detectionRadius float
path Vector3[]
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

attackRange public_oe property

public float attackRange
return float

detectionRadius public_oe property

public float detectionRadius
return float

path public_oe property

public Vector3[] path
return Vector3[]

speed public_oe property

public float speed
return float