Class TransformObjectBounds
Namespace: Unity.Reflect.Actors
Syntax
public class TransformObjectBounds
Constructors
TransformObjectBounds(List<DynamicGuid>, Matrix4x4)
Declaration
public TransformObjectBounds(List<DynamicGuid> ids, Matrix4x4 transformMatrix)
Parameters
Type | Name | Description |
---|---|---|
List<DynamicGuid> | ids | |
Matrix4x4 | transformMatrix |
Fields
Ids
Declaration
public List<DynamicGuid> Ids
Field Value
Type | Description |
---|---|
List<DynamicGuid> |
TransformMatrix
Declaration
public Matrix4x4 TransformMatrix
Field Value
Type | Description |
---|---|
Matrix4x4 |