TriLib Exporter
Search Results for

    Show / Hide Table of Contents

    Class ObjectBase

    Represents the base class for all exportable objects, providing name uniqueness within a given context.

    Inheritance
    object
    ObjectBase
    Animation
    BlendShape
    Camera
    Geometry
    GeometryGroup
    Light
    Material
    MaterialGroup
    Model
    Texture
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: TriLibExporter.Objects
    Assembly: Assembly-CSharp.dll
    Syntax
    public abstract class ObjectBase

    Constructors

    ObjectBase(AssetWriterContext, string)

    Initializes a new instance of the ObjectBase class.

    Declaration
    protected ObjectBase(AssetWriterContext assetWriterContext, string name)
    Parameters
    Type Name Description
    AssetWriterContext assetWriterContext

    The context in which the object exists.

    string name

    The name of the object.

    Fields

    Name

    The unique name of the object within the asset writer context.

    Declaration
    public string Name
    Field Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX