Description
Supported Script Types: Interface Scripts • Client Entity Scripts • Avatar Scripts
ThePickType
API provides constant numeric values that represent different types of picks.Properties
Name | Type | Summary |
---|---|---|
Ray | number |
Ray picks intersect a ray with objects in front of them, along their direction. |
Parabola | number |
Parabola picks intersect a parabola with objects in front of them, along their arc. |
Stylus | number |
Stylus picks provide "tapping" functionality on or into flat surfaces. |
Collision | number |
Collision picks intersect a collision volume with avatars and entities that have collisions. |