mirror of
https://github.com/overte-org/overte.git
synced 2025-04-15 20:58:30 +02:00
add doc about PICK_BYPASS_IGNORE Pick FilterFlag
This commit is contained in:
parent
cf08a4162a
commit
1c399f5e9b
1 changed files with 3 additions and 0 deletions
|
@ -52,6 +52,9 @@
|
|||
* <em>Read-only.</em>
|
||||
* <p><strong>Warning:</strong> Not yet implemented.</p>
|
||||
*
|
||||
* @property {FilterFlags} PICK_BYPASS_IGNORE - Allows pick to intersect entities even when their ignorePickIntersection property is 'true'.
|
||||
* For debug purposes. <em>Read-only.</em>
|
||||
*
|
||||
* @property {IntersectionType} INTERSECTED_NONE - Intersected nothing. <em>Read-only.</em>
|
||||
* @property {IntersectionType} INTERSECTED_ENTITY - Intersected an entity. <em>Read-only.</em>
|
||||
* @property {IntersectionType} INTERSECTED_LOCAL_ENTITY - Intersected a local entity. <em>Read-only.</em>
|
||||
|
|
Loading…
Reference in a new issue