EnemyAI
Complete API reference for EnemyAI, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: AI
Component: yes
public class EnemyAI extends Component
Constructors
| Signature | Description |
|---|---|
EnemyAI(EnemyAI) | Executes EnemyAI and returns after the underlying engine call finishes. |
EnemyAI(Engine) | Executes EnemyAI and returns after the underlying engine call finishes. |
EnemyAI() | Creates a new instance of EnemyAI. |
Attributes
| Name | Type | Description |
|---|---|---|
instance | EnemyAI | Represents the instance value stored on this instance. Read or assign to update the property. |
Virtual Attributes
| Name | Type | Access | Description |
|---|---|---|---|
walkSpeed | float | get/set | Virtual attribute exposed by getWalkSpeed. Access it like a field to read or write the underlying value. |