Show / Hide Table of Contents

Class VisibilityAttribute

Inheritance
System.Object
System.Attribute
UnityEngine.PropertyAttribute
VisibilityAttribute
Namespace: BennyKok.RuntimeDebug.Utils
Assembly: com.bennykok.runtime-debug-action.dll
Syntax
public class VisibilityAttribute : PropertyAttribute, _Attribute

Constructors

VisibilityAttribute(Boolean, Boolean)

Declaration
public VisibilityAttribute(bool drawChildrenOnly, bool ignoreVisibility)
Parameters
Type Name Description
System.Boolean drawChildrenOnly
System.Boolean ignoreVisibility

VisibilityAttribute(String, Boolean, Boolean)

Declaration
public VisibilityAttribute(string targetProperty, bool show, bool hideCompletely = false)
Parameters
Type Name Description
System.String targetProperty
System.Boolean show
System.Boolean hideCompletely

Fields

drawChildrenOnly

Declaration
public bool drawChildrenOnly
Field Value
Type Description
System.Boolean

hideCompletely

Declaration
public bool hideCompletely
Field Value
Type Description
System.Boolean

ignoreVisibility

Declaration
public bool ignoreVisibility
Field Value
Type Description
System.Boolean

show

Declaration
public bool show
Field Value
Type Description
System.Boolean

targetProperty

Declaration
public string targetProperty
Field Value
Type Description
System.String
In This Article
👆 RuntimeDebugAction by ❤️ BennyKok