You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unlike AgentDescription, which provides methods to check if an agent description has alreadyu been created a new Varaible by its' string name, Environment does not have a corresponding hasProperty method.
It can be checked with a try catch around a call to getProperty, but a bool returning version would be good for concistency with AgentDescription.
Unlike
AgentDescription
, which provides methods to check if an agent description has alreadyu been created a new Varaible by its' string name, Environment does not have a correspondinghasProperty
method.It can be checked with a
try catch
around a call togetProperty
, but a bool returning version would be good for concistency with AgentDescription.FLAMEGPU2/include/flamegpu/model/AgentDescription.h
Lines 134 to 138 in 4e02604
The text was updated successfully, but these errors were encountered: