Interhaptics SDK for Unity 1.6
Loading...
Searching...
No Matches
Interhaptics.Utils.ConditionalHideAttribute Class Reference
Inheritance diagram for Interhaptics.Utils.ConditionalHideAttribute:

Public Member Functions

 ConditionalHideAttribute (string conditionalSourceField, bool hideInInspector=false)
 

Properties

string ConditionalSourceField [get]
 
bool HideInInspector [get]
 

Detailed Description

Definition at line 10 of file ConditionalHideAttribute.cs.

Constructor & Destructor Documentation

◆ ConditionalHideAttribute()

Interhaptics.Utils.ConditionalHideAttribute.ConditionalHideAttribute ( string conditionalSourceField,
bool hideInInspector = false )

Property Documentation

◆ ConditionalSourceField

string Interhaptics.Utils.ConditionalHideAttribute.ConditionalSourceField
get

Definition at line 12 of file ConditionalHideAttribute.cs.

12{ get; private set; }

Referenced by Interhaptics.Utils.ConditionalHideAttribute.ConditionalHideAttribute().

◆ HideInInspector

bool Interhaptics.Utils.ConditionalHideAttribute.HideInInspector
get

Definition at line 13 of file ConditionalHideAttribute.cs.

13{ get; private set; }

Referenced by Interhaptics.Utils.ConditionalHideAttribute.ConditionalHideAttribute().


The documentation for this class was generated from the following file: