Skip to content
Snippets Groups Projects
Commit 4faad0b3 authored by Mikhail Svechnikov's avatar Mikhail Svechnikov
Browse files

add comments

parent ca68a817
No related branches found
No related tags found
1 merge request!2741GUI sample builder supports periodic stacks (#20)
Pipeline #168024 passed
......@@ -49,9 +49,11 @@ public:
ParticleLayoutItem* addLayoutItem();
void removeLayoutItem(ParticleLayoutItem* layout);
// ambient is a top infinite or semi-infinite layer
bool isAmbient() const { return m_is_ambient; }
void setIsAmbient(bool b) { m_is_ambient = b; }
// substrate is a bottom semi-infinite layer
bool isSubstrate() const { return m_is_substrate; }
void setIsSubstrate(bool b) { m_is_substrate = b; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment