Texture2DTemplate Property |
Gets the template from which the texture was created.
Gets the template from which the texture was created.
Namespace:
AGI.Foundation.Graphics.Renderer
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public TextureTemplate2D Template { get; }
Public ReadOnly Property Template As TextureTemplate2D
Get
public:
property TextureTemplate2D Template {
TextureTemplate2D get ();
}
member Template : TextureTemplate2D with get
Property Value
Type:
TextureTemplate2DSee Also