| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| String | GetFilePath
()
Get method for attribute "FilePath" The texture file |
| /*optional*/ TexturePlacement | GetPlacement
()
Get method for attribute "Placement" The texture placement TexturePlacement |
| TextureType | GetType
()
Get method for attribute "Type" The texture type TextureType |
| void | SetFilePath
(String value)
Set method for attribute "FilePath" The texture file |
| void | SetPlacement
(
/*optional*/
TexturePlacement value)
Set method for attribute "Placement" The texture placement TexturePlacement |
| void | SetType
(TextureType value)
Set method for attribute "Type" The texture type TextureType |
| Method Detail |
|---|
| GetType/SetType |
|---|
| TextureType | GetType | () |
| void | SetType | (TextureType value) |
The texture type TextureType
|
| GetFilePath/SetFilePath |
|---|
| String | GetFilePath | () |
| void | SetFilePath | (String value) |
The texture file
|
| GetPlacement/SetPlacement |
|---|
| /*optional*/ TexturePlacement | GetPlacement | () |
| void | SetPlacement | ( /*optional*/ TexturePlacement value) |
The texture placement TexturePlacement
|