Binary external writer specifically for texture files. The writer tries to minimize duplicate resources by tracking
textures directly.
| C# |
public sealed class TextureBinaryExternalWriter : ExternalWriter<Texture>
| All Members | Constructors | Methods | Properties | ||
|
|
|
|
|||
| Icon | Member | Description |
|---|---|---|
|
|
TextureBinaryExternalWriter()()()() |
Initializes a new instance of the TextureBinaryExternalWriter class.
|
|
|
DefaultOutputName |
Gets or sets the default output name.
(Inherited from ExternalWriter.) |
|
|
Equals(Object) |
(Inherited from Object.) |
|
|
Flush()()()() |
Cleans up any remaining resources and finishes writing external objects.
(Overrides ExternalWriter.Flush()()()().) |
|
|
GetHashCode()()()() |
Serves as a hash function for a particular type. (Inherited from Object.) |
|
|
GetType()()()() |
Gets the Type of the current instance. (Inherited from Object.) |
|
|
OutputDirectory |
Gets or sets the output directory, relative to the primary resource name.
(Inherited from ExternalWriter.) |
|
|
Overwrite |
Gets or sets if the writer should overwrite existing files. Default is true.
(Inherited from ExternalWriter.) |
|
|
TargetType |
Gets the target type of the external reference.
(Inherited from ExternalWriter.) |
|
|
ToString()()()() |
(Inherited from Object.) |
|
|
Write(String, Texture) |
Writes the specified name.
(Overrides ExternalWriter<(Of <(<'Texture>)>)>.Write(String, T).) |
|
|
Write(String, ISavable, Type) |
Writes the external object and returns the reference to it.
(Inherited from ExternalWriter<(Of <(<'T>)>)>.) |
| Object | |||
|
|
ExternalWriter | ||
|
|
ExternalWriter < (Of < ( <' Texture > ) > ) > | ||
|
|
TextureBinaryExternalWriter | ||
Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)