Home > server > SimpleEntityController > spawn
Override of the BaseEntityController.spawn() method. Starts the set idle animations (if any) when the entity is spawned.
Signature:
spawn(entity: Entity): void;|
Parameter |
Type |
Description |
|---|---|---|
|
entity |
The entity that was spawned. |
void