EntDetectorArea
Detector Area
Detects Entities inside it's bounds
ID: EntDetectorArea
Required By: Detector Area Damage
Base Type: Entity Component
Values
Name | Type | Description |
---|---|---|
Enabled | Bool Variable | Defaults to True |
Filter By Tag | Tag On Entity Variable List | Only run event if other Entity has all of these tags |
Filter By Component | Entity Component Type Variable List | Only run event if other Entity has all of these components |
Visible In Playmode | Bool Variable | |
Shape | Enum Variable | |
Area Scale | Vector3 Variable | |
Total Inside | Int Variable | # - - ReadOnly |
Methods
Name | Description |
---|---|
Inside Entities | Entity List |
Inside Entities All | Entity List |
Position Inside Detector | Bool |
Events
Name | Description |
---|---|
Enter(Entity otherEnt) | |
Exit(Entity otherEnt) |
Updated almost 2 years ago