Table of Contents

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
object
Template<TSelf>
TerrainTemplateBase<TSelf>
Implements
Derived
Inherited Members

Properties

Texture

The filename of the ground texture.

[Browsable(false)]
public string? Texture { get; set; }

Property Value

string