Interface: PrimitiveShapeQueryOptions experimental
Beta
Contains optional filters that control which primitive shapes are returned from a primitive shapes query.
Properties
attachedTo?
optionalattachedTo?:Entity
Beta
Remarks
If specified, only returns shapes attached to this entity.
location?
optionallocation?:Vector3
Beta
Remarks
Adds a seed location to the query that is used in conjunction with distance properties.
maxDistance?
optionalmaxDistance?:number
Beta
Remarks
If specified, only includes shapes that are less than this distance away from the location specified in the location property.
minDistance?
optionalminDistance?:number
Beta
Remarks
If specified, only includes shapes that are at least this distance away from the location specified in the location property.
