TextureWrap Struct Reference

Structure representing the texture wrap. More...

List of all members.

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.

Detailed Description

Structure representing the texture wrap.


Constructor & Destructor Documentation

Creates the structure representing the texture wrap.

Parameters:
sS coordinate texture wrap mode
tT coordinate texture wrap mode

Member Function Documentation

void Set ( TextureWrapMode  s,
TextureWrapMode  t 
)

Sets a value to the structure representing the texture wrap.

Parameters:
sS coordinate texture wrap mode
tT coordinate texture wrap mode