SCNPhysicsSearchMode Enum

Definition

Enumerates values that control which physics search results are returned.

public enum SCNPhysicsSearchMode
type SCNPhysicsSearchMode = 
Inheritance
SCNPhysicsSearchMode

Fields

All 2

Return all results that match the search criteria.

Any 0

Return the first matching result.

Closest 1

Return the closest matching result.

Unknown -1

Applies to