Struct OrientedBBox
Syntax
[GenerateHLSL(PackingRules.Exact, true, false, false, 1, false, false)]
public struct OrientedBBox
Constructors
OrientedBBox(Matrix4x4)
Declaration
public OrientedBBox(Matrix4x4 trs)
Parameters
Type |
Name |
Description |
Matrix4x4 |
trs |
|
Fields
center
Declaration
Field Value
extentX
Declaration
Field Value
extentY
Declaration
Field Value
extentZ
Declaration
Field Value
right
Declaration
Field Value
up
Declaration
Field Value
Properties
forward
Declaration
public Vector3 forward { get; }
Property Value