PackedTree
Class
Read time 1 minuteLast updated 8 months ago
Inheritance
- object
- PackedTree
Inherited Members
Namespace: UnityEngine.Pixyz.Scene
[Serializable]public class PackedTree
Constructors
PackedTree()
public PackedTree()
PackedTree(PackedTree)
public PackedTree(PackedTree o)
Parameters
Type | Name | Description |
|---|---|---|
| PackedTree | o |
Fields
occurrences
public OccurrenceList occurrences
Returns
Type | Description |
|---|---|
| OccurrenceList |
parents
public IntList parents
Returns
Type | Description |
|---|---|
| IntList |
names
public StringList names
Returns
Type | Description |
|---|---|
| StringList |
visible
public InheritableBoolList visible
Returns
Type | Description |
|---|---|
| InheritableBoolList |
materials
public MaterialList materials
Returns
Type | Description |
|---|---|
| MaterialList |
transformIndices
public IntList transformIndices
Returns
Type | Description |
|---|---|
| IntList |
transformMatrices
public Matrix4List transformMatrices
Returns
Type | Description |
|---|---|
| Matrix4List |
customProperties
public StringPairListList customProperties
Returns
Type | Description |
|---|---|
| StringPairListList |