add frame duplicate
This commit is contained in:
@@ -156,6 +156,10 @@ public:
|
||||
void SetHeightP(float value);
|
||||
void SetSize(glm::vec2 value);
|
||||
void SetSize(float w, float h);
|
||||
void SetMinSize(float w, float h);
|
||||
void SetMaxSize(float w, float h);
|
||||
void SetMinSize(glm::vec2 value);
|
||||
void SetMaxSize(glm::vec2 value);
|
||||
void SetMaxWidth(float value);
|
||||
void SetMaxWidthP(float value);
|
||||
void SetMaxHeight(float value);
|
||||
|
||||
Reference in New Issue
Block a user