Structure representing the texture wrap. More...
Public Member Functions | |
TextureWrap (TextureWrapMode s, TextureWrapMode t) | |
Creates the structure representing the texture wrap. | |
void | Set (TextureWrapMode s, TextureWrapMode t) |
Sets a value to the structure representing the texture wrap. | |
Properties | |
TextureWrapMode | S [get, set] |
S coordinate texture wrap mode. | |
TextureWrapMode | T [get, set] |
T coordinate texture wrap mode. |
Structure representing the texture wrap.
TextureWrap | ( | TextureWrapMode | s, |
TextureWrapMode | t | ||
) |
Creates the structure representing the texture wrap.
s | S coordinate texture wrap mode |
t | T coordinate texture wrap mode |
void Set | ( | TextureWrapMode | s, |
TextureWrapMode | t | ||
) |
Sets a value to the structure representing the texture wrap.
s | S coordinate texture wrap mode |
t | T coordinate texture wrap mode |