Class GetPartsTransformsIndexedReturn
Inherited Members
Namespace: UnityEngine.Pixyz.Scene
Syntax
[Serializable]
public class GetPartsTransformsIndexedReturn
Constructors
GetPartsTransformsIndexedReturn()
Declaration
public GetPartsTransformsIndexedReturn()
GetPartsTransformsIndexedReturn(GetPartsTransformsIndexedReturn)
Declaration
public GetPartsTransformsIndexedReturn(GetPartsTransformsIndexedReturn o)
Parameters
| Type | Name | Description |
|---|---|---|
| GetPartsTransformsIndexedReturn | o |
Fields
indices
Declaration
public IntList indices
Field Value
| Type | Description |
|---|---|
| IntList |
transforms
Declaration
public Matrix4List transforms
Field Value
| Type | Description |
|---|---|
| Matrix4List |