API reference
API reference
Select your platform
No SDKs available
No versions available

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.

Fields

const string CLASS_HEADER[Get]
const string MEMBER_HEADER[Get]

Properties

When the ExperimentalAttribute is applied to a class, this message will be appended to the default inspector header.
This property is not used when the ExperimentalAttribute is applied to a member.

Constructors & Destructors

ExperimentalAttribute ( )
Did you find this page helpful?