Build viewer/editor #13
1 changed files with 3 additions and 4 deletions
|
@ -51,11 +51,10 @@ struct CustomStyle {
|
|||
bool glow = false;
|
||||
|
||||
Int patternId = 0;
|
||||
Float opacity = 0.0f;
|
||||
Float offsetX = 0.0f;
|
||||
Float offsetY = 0.0f;
|
||||
Float opacity = 0.5f;
|
||||
Vector2 offset{0.0f};
|
||||
Float rotation = 0.0f;
|
||||
Float scale = 0.0f;
|
||||
Float scale = 1.0f;
|
||||
};
|
||||
|
||||
struct Decal {
|
||||
|
|
Loading…
Reference in a new issue