Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel
UE3:SpriteComponent (UDK)
From Unreal Wiki, The Unreal Engine Documentation Site
| Object >> Component >> ActorComponent >> PrimitiveComponent >> SpriteComponent |
Contents |
| This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
[edit] Properties
[edit] Property group 'SpriteComponent'
[edit] bIsScreenSizeScaled
Type: bool
[edit] ScreenSize
Type: float
Default value: 0.1
[edit] Sprite
Type: Texture2D
Default value: Texture2D'EditorResources.S_Actor'
[edit] U
Type: float
[edit] UL
Type: float
[edit] V
Type: float
[edit] VL
Type: float
[edit] Native functions
[edit] SetSprite
simulated native function SetSprite (Texture2D NewSprite)
Change the sprite texture used by this component
[edit] 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
[edit] SetUV
Change the UVs used by this component
