Class Render
- Namespace
- AlphaFramework.World.Components
- Assembly
- AlphaFramework.World.dll
Controls how an EntityBase<TCoordinates, TTemplate> shall be rendered.
public abstract class Render : ICloneable
- Inheritance
-
Render
- Implements
- Derived
- Inherited Members
- Extension Methods
Properties
Shift
How this component is to be shifted before rendering.
public Vector3 Shift { get; set; }
Property Value
- Vector3
ShiftSpecified
Indicates whether Shift has been set to a non-default value.
[Browsable(false)]
public bool ShiftSpecified { get; set; }
Property Value
Methods
Clone()
Creates a shallow copy of this Render
public Render Clone()
Returns
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.