docs.unity3d.com
Version: 

    Class PackedTree

    Inheritance
    object
    PackedTree
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEngine.Pixyz.Scene
    Syntax
    [Serializable]
    public class PackedTree

    Constructors

    PackedTree()

    Declaration
    public PackedTree()

    PackedTree(PackedTree)

    Declaration
    public PackedTree(PackedTree o)
    Parameters
    Type Name Description
    PackedTree o

    Fields

    customProperties

    Declaration
    public StringPairListList customProperties
    Field Value
    Type Description
    StringPairListList

    materials

    Declaration
    public MaterialList materials
    Field Value
    Type Description
    MaterialList

    names

    Declaration
    public StringList names
    Field Value
    Type Description
    StringList

    occurrences

    Declaration
    public OccurrenceList occurrences
    Field Value
    Type Description
    OccurrenceList

    parents

    Declaration
    public IntList parents
    Field Value
    Type Description
    IntList

    transformIndices

    Declaration
    public IntList transformIndices
    Field Value
    Type Description
    IntList

    transformMatrices

    Declaration
    public Matrix4List transformMatrices
    Field Value
    Type Description
    Matrix4List

    visible

    Declaration
    public InheritableBoolList visible
    Field Value
    Type Description
    InheritableBoolList
    Version 2024.2.2.3
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX.