| PackedTextureTextureAtlas Property |
Gets or sets the texture atlas containing the packed texture.
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public Texture2D TextureAtlas { get; set; }
Public Property TextureAtlas As Texture2D
Get
Set
public:
property Texture2D^ TextureAtlas {
Texture2D^ get ();
void set (Texture2D^ value);
}
member TextureAtlas : Texture2D with get, set
Property Value
Type:
Texture2DThe texture atlas that contains the packed texture.
Exceptions See Also