Class Skinable_Tk2ds
- Namespace
- CustomKnight
- Assembly
- CustomKnight.dll
Class to Skin multiple Tk2ds by their materials
public abstract class Skinable_Tk2ds : Skinable_Multiple- Inheritance
- 
      
      
      
      Skinable_Tk2ds
- Inherited Members
Constructors
Skinable_Tk2ds(string)
Ctor
public Skinable_Tk2ds(string name)Parameters
- namestring
Methods
ApplyTexture(Texture2D)
A Method that is called to Apply a Texture to the current Skinable.
public override void ApplyTexture(Texture2D tex)Parameters
- texTexture2D
SaveDefaultTexture()
A Method that is called to create a backup of the default texture of the skinable
public override void SaveDefaultTexture()