UE4 AHUD::DrawTexture參數(shù)說明
AHUD::DrawTexture
https://docs.unrealengine.com/latest/INT/API/Runtime/Engine/GameFramework/AHUD/DrawTexture/index.html
- UFUNCTION(BlueprintCallable, Category=HUD, Meta=(AdvancedDisplay="9"))
- void DrawTexture
- (
- UTexture * Texture,
- float ScreenX,
- float ScreenY,
- float ScreenW,
- float ScreenH,
- float TextureU,
- float TextureV,
- float TextureUWidth,
- float TextureVHeight,
- FLinearColor TintColor,
- EBlendMode BlendMode,
- float Scale,
- bool bScalePosition,
- float Rotation,
- FVector2D RotPivot
- )
第一個(gè)是要使用的Texture,接著后四個(gè)參數(shù)是限定區(qū)域位置的。
TextureU和TextureV還不清楚。
TextureUWidth和TextureVHeight是限定區(qū)域內(nèi)貼圖平鋪的個(gè)數(shù),比如4X5,就表示限定區(qū)域內(nèi)平鋪20個(gè)貼圖,每個(gè)大小均等,也就是個(gè)數(shù)越多,單個(gè)貼圖的面積越小。
TintColor是貼圖的顏色,如果不填就是貼圖原本顏色。
實(shí)例效果:
-
分享到:
您需要登錄后才可以發(fā)帖 登錄 | 立即注冊
- 用戶名:
- 密 碼:
- 驗(yàn)證碼: 看不清? 點(diǎn)擊更換
- 忘記密碼?
全部評(píng)論:0條