Click or drag to resize

NullToggleAttribute Class

An attribute to use with NullToggle item drawer.

For internal use only!

Inheritance Hierarchy
SystemObject
  SystemAttribute
    PropertyAttribute
      TouchScript.Utils.AttributesNullToggleAttribute

Namespace:  TouchScript.Utils.Attributes
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public class NullToggleAttribute : PropertyAttribute

The NullToggleAttribute type exposes the following members.

Constructors
  NameDescription
Public methodNullToggleAttribute
Initializes a new instance of the NullToggleAttribute class
Top
Fields
  NameDescription
Public fieldNullFloatValue
Float value
Public fieldNullIntValue
Int value
Public fieldNullObjectValue
Object value
Top
See Also