C# Class HTC.UnityPlugin.Vive.VIUProjectSettings

Inheritance: ScriptableObject, ISerializationCallbackReceiver
Afficher le fichier Open project: VRLAB-HSKL/VRDemos Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
OnDestroy ( ) : void

Method Details

AddIgnoreKey() public static méthode

public static AddIgnoreKey ( string key ) : bool
key string
Résultat bool

HasIgnoreKey() public static méthode

public static HasIgnoreKey ( string key ) : bool
key string
Résultat bool

Load() public static méthode

public static Load ( string path = null ) : void
path string
Résultat void

OnAfterDeserialize() public méthode

public OnAfterDeserialize ( ) : void
Résultat void

OnBeforeSerialize() public méthode

public OnBeforeSerialize ( ) : void
Résultat void

RemoveIgnoreKey() public static méthode

public static RemoveIgnoreKey ( string key ) : bool
key string
Résultat bool

Save() public static méthode

public static Save ( string path = null ) : void
path string
Résultat void