5class __declspec(dllexport) PropertyBundlePlane : 
public PropertyBundle
 
    8    virtual void SetProperties(EntityBase * thisObject) 
override;
 
    9    virtual bool UpdatePropertyVisibility(EntityBase * thisObject) 
override;
 
   11    bool HidePlane(EntityBase* thisObject);
 
   14    PlaneProperties properties;