Class ActorFrameTexture
ActorFrameTexture (Inherits ActorFrame)
Methods
| ActorFrameTexture:Create () | Creates the ActorFrameTexture. |
| ActorFrameTexture:EnableAlphaBuffer (bool, bEnable) | Enables/disables the Alpha Buffer. |
| ActorFrameTexture:EnableDepthBuffer (bool, bEnable) | Enables/disables the Depth Buffer. |
| ActorFrameTexture:EnableFloat (bool, bEnable) | Enables/disables |
| ActorFrameTexture:EnablePreserveTexture (bool, bEnable) | Enables/disables the Preserve Texture option. |
| ActorFrameTexture:GetTexture () | Returns the texture. |
| ActorFrameTexture:SetTextureName (string, sName) | Sets the Texture's name to sName. |
Methods
- ActorFrameTexture:Create ()
-
Creates the ActorFrameTexture.
Returns:
-
void
- ActorFrameTexture:EnableAlphaBuffer (bool, bEnable)
-
Enables/disables the Alpha Buffer.
Parameters:
- bool
- bEnable
Returns:
-
void
- ActorFrameTexture:EnableDepthBuffer (bool, bEnable)
-
Enables/disables the Depth Buffer.
Parameters:
- bool
- bEnable
Returns:
-
void
- ActorFrameTexture:EnableFloat (bool, bEnable)
-
Enables/disables
Parameters:
- bool
- bEnable
Returns:
-
void
- ActorFrameTexture:EnablePreserveTexture (bool, bEnable)
-
Enables/disables the Preserve Texture option.
Parameters:
- bool
- bEnable
Returns:
-
void
- ActorFrameTexture:GetTexture ()
-
Returns the texture.
Returns:
-
RageTexture
- ActorFrameTexture:SetTextureName (string, sName)
-
Sets the Texture's name to
sName.Parameters:
- string
- sName
Returns:
-
void