Interface IExposedPropertyTable
Assembly: UnityEngine.dll
Syntax
public interface IExposedPropertyTable
Methods
|
Improve this Doc
View Source
ClearReferenceValue(PropertyName)
Declaration
void ClearReferenceValue(PropertyName id)
Parameters
|
Improve this Doc
View Source
GetReferenceValue(PropertyName, out Boolean)
Declaration
Object GetReferenceValue(PropertyName id, out bool idValid)
Parameters
Returns
|
Improve this Doc
View Source
SetReferenceValue(PropertyName, Object)
Declaration
void SetReferenceValue(PropertyName id, Object value)
Parameters
Extension Methods