ExperimentalAttribute Class
Extends PropertyAttribute
This attribute can be applied to both classes and serialized properties to mark them as experimental and subject to change.
Message boxes will be displayed in the inspector for components & properties, but only if the component editor extends from SimplifiedEditor.
const string CLASS_HEADER[Get]
const string MEMBER_HEADER[Get]
When the
ExperimentalAttribute is applied to a class, this message will be appended to the default inspector header.
Constructors & Destructors
ExperimentalAttribute ( )