Struct WorldBounds
Syntax
public struct WorldBounds : IComponentData
Fields
c000
Declaration
Field Value
Type |
Description |
Unity.Mathematics.float3 |
|
c001
Declaration
Field Value
Type |
Description |
Unity.Mathematics.float3 |
|
c010
Declaration
Field Value
Type |
Description |
Unity.Mathematics.float3 |
|
c011
Declaration
Field Value
Type |
Description |
Unity.Mathematics.float3 |
|
c100
Declaration
Field Value
Type |
Description |
Unity.Mathematics.float3 |
|
c101
Declaration
Field Value
Type |
Description |
Unity.Mathematics.float3 |
|
c110
Declaration
Field Value
Type |
Description |
Unity.Mathematics.float3 |
|
c111
Declaration
Field Value
Type |
Description |
Unity.Mathematics.float3 |
|
Methods
GetVertex(Int32)
Declaration
public float3 GetVertex(int idx)
Parameters
Type |
Name |
Description |
Int32 |
idx |
|
Returns
Type |
Description |
Unity.Mathematics.float3 |
|
SetVertex(Int32, float3)
Declaration
public void SetVertex(int idx, float3 value)
Parameters
Type |
Name |
Description |
Int32 |
idx |
|
Unity.Mathematics.float3 |
value |
|