Class MeshTexturePair
Inheritance
MeshTexturePair
Assembly: Assembly-CSharp.dll
Syntax
[Reloadable]
public class MeshTexturePair : Element, IValidatable, IReloadable
Constructors
MeshTexturePair()
Declaration
Fields
Mesh
Declaration
Field Value
MeshReference
Declaration
[Reloadable]
public MeshReference MeshReference
Field Value
Texture
Declaration
public ModTexture Texture
Field Value
TextureReference
Declaration
public ResourceReference TextureReference
Field Value
Methods
OnReload(IReloadable)
Declaration
public void OnReload(IReloadable newObject)
Parameters
PreprocessForReloading()
Declaration
public void PreprocessForReloading()
Implements