| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| double | GetBumpHeight
()
Get method for attribute "BumpHeight" Bump height |
| double | GetDecalIntensity
()
Get method for attribute "DecalIntensity" Decal intensity |
| boolean | GetHorizontalFlip
()
Get method for attribute "HorizontalFlip" Horizontal flip |
| double | GetHorizontalOffset
()
Get method for attribute "HorizontalOffset" Horizontal Offset |
| double | GetHorizontalScale
()
Get method for attribute "HorizontalScale" Horizontal scale |
| Transform3D | GetLocalSys
()
Get method for attribute "LocalSys" Transform of the coordinate system that should be taken as a reference for texture application |
| double | GetRotate
()
Get method for attribute "Rotate" otation parameter |
| TextureProjectionType | GetTextureProjectionType
()
Get method for attribute "TextureProjectionType" Projection type TextureProjectionType |
| boolean | GetVerticalFlip
()
Get method for attribute "VerticalFlip" Vertical flip |
| double | GetVerticalOffset
()
Get method for attribute "VerticalOffset" Vertical Offset |
| double | GetVerticalScale
()
Get method for attribute "VerticalScale" Vertical scale |
| void | SetBumpHeight
(double value)
Set method for attribute "BumpHeight" Bump height |
| void | SetDecalIntensity
(double value)
Set method for attribute "DecalIntensity" Decal intensity |
| void | SetHorizontalFlip
(boolean value)
Set method for attribute "HorizontalFlip" Horizontal flip |
| void | SetHorizontalOffset
(double value)
Set method for attribute "HorizontalOffset" Horizontal Offset |
| void | SetHorizontalScale
(double value)
Set method for attribute "HorizontalScale" Horizontal scale |
| void | SetLocalSys
(Transform3D value)
Set method for attribute "LocalSys" Transform of the coordinate system that should be taken as a reference for texture application |
| void | SetRotate
(double value)
Set method for attribute "Rotate" otation parameter |
| void | SetTextureProjectionType
(TextureProjectionType value)
Set method for attribute "TextureProjectionType" Projection type TextureProjectionType |
| void | SetVerticalFlip
(boolean value)
Set method for attribute "VerticalFlip" Vertical flip |
| void | SetVerticalOffset
(double value)
Set method for attribute "VerticalOffset" Vertical Offset |
| void | SetVerticalScale
(double value)
Set method for attribute "VerticalScale" Vertical scale |
| Method Detail |
|---|
| GetTextureProjectionType/SetTextureProjectionType |
|---|
| TextureProjectionType | GetTextureProjectionType | () |
| void | SetTextureProjectionType | (TextureProjectionType value) |
Projection type TextureProjectionType
|
| GetLocalSys/SetLocalSys |
|---|
| Transform3D | GetLocalSys | () |
| void | SetLocalSys | (Transform3D value) |
| Transform of the coordinate system that should be taken as a
reference for texture application |
| GetHorizontalOffset/SetHorizontalOffset |
|---|
| double | GetHorizontalOffset | () |
| void | SetHorizontalOffset | (double value) |
Horizontal Offset
|
| GetVerticalOffset/SetVerticalOffset |
|---|
| double | GetVerticalOffset | () |
| void | SetVerticalOffset | (double value) |
Vertical Offset
|
| GetRotate/SetRotate |
|---|
| double | GetRotate | () |
| void | SetRotate | (double value) |
otation parameter
|
| GetHorizontalScale/SetHorizontalScale |
|---|
| double | GetHorizontalScale | () |
| void | SetHorizontalScale | (double value) |
Horizontal scale
|
| GetVerticalScale/SetVerticalScale |
|---|
| double | GetVerticalScale | () |
| void | SetVerticalScale | (double value) |
Vertical scale
|
| GetBumpHeight/SetBumpHeight |
|---|
| double | GetBumpHeight | () |
| void | SetBumpHeight | (double value) |
Bump height
|
| GetDecalIntensity/SetDecalIntensity |
|---|
| double | GetDecalIntensity | () |
| void | SetDecalIntensity | (double value) |
Decal intensity
|
| GetHorizontalFlip/SetHorizontalFlip |
|---|
| boolean | GetHorizontalFlip | () |
| void | SetHorizontalFlip | (boolean value) |
Horizontal flip
|
| GetVerticalFlip/SetVerticalFlip |
|---|
| boolean | GetVerticalFlip | () |
| void | SetVerticalFlip | (boolean value) |
Vertical flip
|