Polish Extraction Zone

Posted suomeimei

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Polish Extraction Zone相关的知识,希望对你有一定的参考价值。

声明贴花组件

UPROPERTY(VisibleAnywhere, Category = "Components")
UDecalComponent* DecalComp;

添加头文件

#include "Components/DecalComponent.h"

实例化该组件

DecalComp = CreateDefaultSubobject<UDecalComponent>(TEXT("DecalComp"));
DecalComp->DecalSize = FVector(200.0f, 200.0f, 200.0f);
DecalComp->SetupAttachment(RootComponent);

编辑材质球

技术图片

在属性面板选择刚才创建的材质

技术图片

调整参数后

技术图片

 

以上是关于Polish Extraction Zone的主要内容,如果未能解决你的问题,请参考以下文章

Python中两个时区之间的转换[重复]

如何使用 Eclipse 安装 j2me Polish?

LeetcodeEvaluate Reverse Polish Notation

LeetCode150. Evaluate Reverse Polish Notation

Polish orthography

Reverse Polish notation