CollisionEvent
Inherits from EntityEvent
Summary
Constructors
CollisionEvent(eventId: int, position: Vec3, normal: Vec3, speed: float) |
CollisionEvent(eventName: string, position: Vec3, normal: Vec3, speed: float) |
Properties
Name | Type |
---|---|
position | Vec3 |
normal | Vec3 |
speed | float |
Constructors
CollisionEvent
CollisionEvent(eventId: int, position: Vec3, normal: Vec3, speed: float)
Parameters
Name | Type | Description |
---|---|---|
eventId | int | |
position | Vec3 | |
normal | Vec3 | |
speed | float |
CollisionEvent
CollisionEvent(eventName: string, position: Vec3, normal: Vec3, speed: float)
Parameters
Name | Type | Description |
---|---|---|
eventName | string | |
position | Vec3 | |
normal | Vec3 | |
speed | float |
Properties
position
normal
speed
float
Last modified April 27, 2020: Regenerate all API documentation (0b49d6be)