![]() |
ezEngine
Release 25.03
|
Classes | |
struct | Property |
Public Member Functions | |
const ezHybridArray< Property, 16 > & | GetProperties () const |
void | AddProperty (ezStringView sName, const ezVariant &value) |
void | RemoveProperty (ezStringView sName) |
void | ChangeProperty (ezStringView sName, const ezVariant &value) |
void | RenameProperty (ezStringView sOldName, ezStringView sNewName) |
void | ClearProperties () |
ezResult | InlineProperty (ezStringView sName) |
const ezAbstractObjectGraph * | GetOwner () const |
const ezUuid & | GetGuid () const |
ezUInt32 | GetTypeVersion () const |
void | SetTypeVersion (ezUInt32 uiTypeVersion) |
ezStringView | GetType () const |
void | SetType (ezStringView sType) |
const Property * | FindProperty (ezStringView sName) const |
Property * | FindProperty (ezStringView sName) |
ezStringView | GetNodeName () const |
Friends | |
class | ezAbstractObjectGraph |