Class MyAtlasTextureCoordinate
Inheritance
System.Object
MyAtlasTextureCoordinate
Namespace: VRage.Utils
Assembly: VRage.dll
Syntax
public class MyAtlasTextureCoordinate : Object
Constructors
MyAtlasTextureCoordinate(Vector2, Vector2)
Declaration
public MyAtlasTextureCoordinate(Vector2 offset, Vector2 size)
Parameters
| Type | Name | Description |
|---|---|---|
| Vector2 | offset | |
| Vector2 | size |
Fields
Offset
Declaration
public Vector2 Offset
Field Value
| Type | Description |
|---|---|
| Vector2 |
Size
Declaration
public Vector2 Size
Field Value
| Type | Description |
|---|---|
| Vector2 |