Show / Hide Table of Contents

Class MeshTexturePair

Inheritance
Object
Element
MeshTexturePair
Implements
IValidatable
IReloadable
Inherited Members
Element.Validate()
Element.Validate(String)
Element.MissingElement(String, String)
Element.MissingAttribute(String, String)
Element.InvalidData(String, String)
Element.Warn(String, String)
Element.LineNumber
Element.LinePosition
Element.AttributesUsed
Element.ElementsUsed
Element.FileName
Namespace: Modding.Serialization
Assembly: Assembly-CSharp.dll
Syntax
[Reloadable]
public class MeshTexturePair : Element, IValidatable, IReloadable

Constructors

MeshTexturePair()

Declaration
public MeshTexturePair()

Fields

Mesh

Declaration
public ModMesh Mesh
Field Value
Type Description
ModMesh

MeshReference

Declaration
[Reloadable]
public MeshReference MeshReference
Field Value
Type Description
MeshReference

Texture

Declaration
public ModTexture Texture
Field Value
Type Description
ModTexture

TextureReference

Declaration
public ResourceReference TextureReference
Field Value
Type Description
ResourceReference

Methods

OnReload(IReloadable)

Declaration
public void OnReload(IReloadable newObject)
Parameters
Type Name Description
IReloadable newObject

PreprocessForReloading()

Declaration
public void PreprocessForReloading()

Implements

IValidatable
IReloadable
Back to top Generated by DocFX