Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
Core.Object | +-- Engine.Surface | +-- Engine.Texture | +-- Engine.TextureRenderTarget | +-- Engine.TextureRenderTarget2D | +-- Engine.ScriptedTexture
Variables Summary | |
---|---|
bool | bNeedsUpdate |
bool | bSkipNextClear |
Inherited Variables from Engine.TextureRenderTarget2D |
---|
AddressX, AddressY, ClearColor, Format, SizeX, SizeY |
Inherited Variables from Engine.TextureRenderTarget |
---|
bNeedsTwoCopies, bRenderOnce, bUpdateImmediate |
Delegates Summary | ||
---|---|---|
![]() | Render (Canvas C) |
Functions Summary |
---|
Inherited Functions from Engine.TextureRenderTarget2D |
---|
Create |
Variables Detail |
---|
whether the texture needs to be redrawn. Render() will be called at the end of the tick, just before all other rendering.
whether or not to clear the texture before the next call of the Render delegate
Delegates Detail |
---|
Called whenever bNeedsUpdate is true to update the texture. The texture is cleared to ClearColor prior to calling this function (unless bSkipNextClear is set to true). bNeedsUpdate is reset before calling this function, so you can set it to true here to get another update next tick. bSkipNextClear is reset to false before calling this function, so set it to true here whenever you want the next clear to be skipped
Defaultproperties |
---|
defaultproperties { bNeedsTwoCopies=False Name="Default__ScriptedTexture" ObjectArchetype=TextureRenderTarget2D'Engine.Default__TextureRenderTarget2D' } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |