API reference
API reference
Select your platform
No SDKs available
No versions available

ConditionalHideAttribute Class

Extends PropertyAttribute

Constructors

ConditionalHideAttribute ( fieldName , value )
Signature
Oculus.Interaction.ConditionalHideAttribute.ConditionalHideAttribute(string fieldName, object value)
Parameters
fieldName: string
value: object
ConditionalHideAttribute ( fieldName , value , displayMode )
Signature
Oculus.Interaction.ConditionalHideAttribute.ConditionalHideAttribute(string fieldName, object value, DisplayMode displayMode)
Parameters
fieldName: string
value: object
displayMode: DisplayMode

Properties

ConditionalFieldPath : string
[Get]
Signature
string Oculus.Interaction.ConditionalHideAttribute.ConditionalFieldPath
Display : DisplayMode
[Get]
Signature
DisplayMode Oculus.Interaction.ConditionalHideAttribute.Display
Value : object
[Get]
Signature
object Oculus.Interaction.ConditionalHideAttribute.Value

Inner Enum

DisplayMode Enum

Enumeration Constants

Member
Always
Never
ShowIfTrue
HideIfTrue