C# Class HTC.UnityPlugin.Vive.VIUProjectSettings

Inheritance: ScriptableObject, ISerializationCallbackReceiver
Show file Open project: VRLAB-HSKL/VRDemos Class Usage Examples

Public Methods

Method Description
AddIgnoreKey ( string key ) : bool
HasIgnoreKey ( string key ) : bool
Load ( string path = null ) : void
OnAfterDeserialize ( ) : void
OnBeforeSerialize ( ) : void
RemoveIgnoreKey ( string key ) : bool
Save ( string path = null ) : void

Private Methods

Method Description
OnDestroy ( ) : void

Method Details

AddIgnoreKey() public static method

public static AddIgnoreKey ( string key ) : bool
key string
return bool

HasIgnoreKey() public static method

public static HasIgnoreKey ( string key ) : bool
key string
return bool

Load() public static method

public static Load ( string path = null ) : void
path string
return void

OnAfterDeserialize() public method

public OnAfterDeserialize ( ) : void
return void

OnBeforeSerialize() public method

public OnBeforeSerialize ( ) : void
return void

RemoveIgnoreKey() public static method

public static RemoveIgnoreKey ( string key ) : bool
key string
return bool

Save() public static method

public static Save ( string path = null ) : void
path string
return void