Documentation

Support

Asset Transformer SDK


User Manual

Python API

C# API

Changelog

Discussions

Asset Transformer SDK

PackedTree

Class
Read time 1 minuteLast updated 21 hours ago

Inheritance
Inherited Members
Namespace: UnityEngine.Pixyz.Scene
[Serializable]public class PackedTree

Constructors

PackedTree()

public PackedTree()

PackedTree(PackedTree)

public PackedTree(PackedTree o)
Parameters

Type

Name

Description

PackedTreeo

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