Class ObjectBase
Represents the base class for all exportable objects, providing name uniqueness within a given context.
Inheritance
ObjectBase
Inherited Members
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 |