Class Skinable_Single
- Namespace
- CustomKnight
- Assembly
- CustomKnight.dll
The abstract Class that represents a Skinable
that uses a single Material
public abstract class Skinable_Single : Skinable
- Inheritance
-
Skinable_Single
- Derived
- Inherited Members
Constructors
Skinable_Single(string)
Ctor
public Skinable_Single(string name)
Parameters
name
string
Properties
material
Current Material to skin
public Material material { get; set; }
Property Value
- Material
Methods
GetMaterial()
An abstract Method that returns the Material for this Skinable
public abstract Material GetMaterial()
Returns
- Material
Prepare()
A Method that is called to so that any preparations for the Skinable can be done. for example, saving the material that will be used.
public override void Prepare()