Struct BoundingVolumeHierarchy.Builder.Range
Range.
Namespace: Unity.Physics
Syntax
public struct Range
Constructors
Range(Int32, Int32, Int32, Aabb)
Declaration
public Range(int start, int length, int root, Aabb domain)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | start | |
System.Int32 | length | |
System.Int32 | root | |
Aabb | domain |
Fields
Domain
Declaration
public Aabb Domain
Field Value
Type | Description |
---|---|
Aabb |
Length
Declaration
public int Length
Field Value
Type | Description |
---|---|
System.Int32 |
Root
Declaration
public int Root
Field Value
Type | Description |
---|---|
System.Int32 |
Start
Declaration
public int Start
Field Value
Type | Description |
---|---|
System.Int32 |