Worst-case scenario: the UEd Goblin wipes the map and burns down your house.

UE3:SpriteComponent (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 12:47, 6 November 2009 by (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UDK Object >> Component >> ActorComponent >> PrimitiveComponent >> SpriteComponent
Package: 
Engine
This class in other games:
UT3


Properties

Property group 'SpriteComponent'

bIsScreenSizeScaled

Type: bool


ScreenSize

Type: float


Default value: 0.1

Sprite

Type: Texture2D


Default value: Texture2D'EditorResources.S_Actor'

U

Type: float


UL

Type: float


V

Type: float


VL

Type: float


Native functions

SetSprite

simulated native function SetSprite (Texture2D NewSprite)


SetSpriteAndUV

simulated native function SetSpriteAndUV (Texture2D NewSprite, int NewU, int NewUL, int NewV, int NewVL)

Change the sprite texture and UVs used by this component

SetUV

simulated native function SetUV (int NewU, int NewUL, int NewV, int NewVL)

Change the UVs used by this component