Class TerrainTemplateBase<TSelf>
- Namespace
- AlphaFramework.World.Templates
- Assembly
- AlphaFramework.World.dll
A common base for terrain templates. Defines the texture for a patch of terrain.
public abstract class TerrainTemplateBase<TSelf> : Template<TSelf>, INamed, IHighlightColor, ICloneable, IComparable<TSelf> where TSelf : TerrainTemplateBase<TSelf>
Type Parameters
TSelf
- Inheritance
-
objectTemplate<TSelf>TerrainTemplateBase<TSelf>
- Implements
-
IComparable<TSelf>
- Derived
- Inherited Members
Properties
Texture
The filename of the ground texture.
[Browsable(false)]
public string? Texture { get; set; }