Version 3.3.0.1

ShowOdinSerializedPropertiesInInspectorAttribute class

Namespace: Sirenix.OdinInspector
Assembly: Sirenix.OdinInspector.Attributes
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = true)]
[Conditional("UNITY_EDITOR")]
public class ShowOdinSerializedPropertiesInInspectorAttribute : Attribute, _Attribute
Marks a type as being specially serialized. Odin uses this attribute to check whether it should include non-Unity-serialized members in the inspector.
Inheritance
  • System.Object
  • System.Attribute
  • ShowOdinSerializedPropertiesInInspectorAttribute

Constructors

ShowOdinSerializedPropertiesInInspectorAttribute()
public ShowOdinSerializedPropertiesInInspectorAttribute()