Class MaskingSettings
Inheritance
MaskingSettings
Syntax
[Serializable]
public class MaskingSettings
Fields
k_EnabledPath
Declaration
public const string k_EnabledPath = "m_MaskingEnabled"
Field Value
k_UnmaskedViewsPath
Declaration
public const string k_UnmaskedViewsPath = "m_UnmaskedViews"
Field Value
Properties
enabled
Declaration
public bool enabled { get; set; }
Property Value
unmaskedViews
Declaration
public IEnumerable<UnmaskedView> unmaskedViews { get; }
Property Value
Methods
SetUnmaskedViews(IEnumerable<UnmaskedView>)
Declaration
public void SetUnmaskedViews(IEnumerable<UnmaskedView> unmaskedViews)
Parameters