Class UnityObjectProperty
Inheritance
UnityObjectProperty
Syntax
[Serializable]
public class UnityObjectProperty : ITrackedPropertyValue<Object>, ITrackedProperty, ISerializationCallbackReceiver
Properties
PropertyPath
Declaration
public string PropertyPath { get; set; }
Property Value
Implements
PropertyType
Declaration
public Type PropertyType { get; set; }
Property Value
Methods
GetValue(LocaleIdentifier, LocaleIdentifier, out Object)
Declaration
public bool GetValue(LocaleIdentifier localeIdentifier, LocaleIdentifier fallback, out Object foundValue)
Parameters
Returns
Implements
GetValue(LocaleIdentifier, out Object)
Declaration
public bool GetValue(LocaleIdentifier localeIdentifier, out Object foundValue)
Parameters
Returns
Implements
HasVariant(LocaleIdentifier)
Declaration
public bool HasVariant(LocaleIdentifier localeIdentifier)
Parameters
Returns
Implements
RemoveVariant(LocaleIdentifier)
Declaration
public void RemoveVariant(LocaleIdentifier localeIdentifier)
Parameters
SetValue(LocaleIdentifier, Object)
Declaration
public void SetValue(LocaleIdentifier localeIdentifier, Object newValue)
Parameters
Implements