Class InlineUnityObjectAttribute
Attribute used to inform visitation that the Object should be considered as a regular type rather than a Object.
Inherited Members
Namespace: Unity.Properties.UI
Assembly: Unity.Properties.UI.dll
Syntax
[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field)]
public class InlineUnityObjectAttribute : Attribute
Remarks
Has no effect when tagged on a field or property whose type is not assignable to Object