mirror of
https://github.com/lubosz/overte.git
synced 2025-04-14 05:26:16 +02:00
Revise recent Picks.PICK_BYPASS_IGNORE JSDoc
This commit is contained in:
parent
aa077684f5
commit
a6b4bc5872
1 changed files with 3 additions and 2 deletions
|
@ -52,8 +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 {FilterFlags} PICK_BYPASS_IGNORE - Allows pick to intersect entities even when their
|
||||
* <code>ignorePickIntersection</code> property value is <code>true</code>. 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>
|
||||
|
|
Loading…
Reference in a new issue