| PackedTextureOffset Property |
Gets or sets the offset of the packed texture in the texture atlas in UV coordinates.
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public Vector2F Offset { get; set; }
Public Property Offset As Vector2F
Get
Set
public:
property Vector2F Offset {
Vector2F get ();
void set (Vector2F value);
}
member Offset : Vector2F with get, set
Property Value
Type:
Vector2F
The offset of the packed texture in the texture atlas. The offset is given in UV coordinates
where (0, 0) is the upper-left corner and (1, 1) is the lower-right corner of the texture
atlas.
See Also