Class PropertyOverride
Inheritance
System.Object
PropertyOverride
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Macaca.ViewSystem.dll
Syntax
[Serializable]
public class PropertyOverride
Fields
|
Improve this Doc
View Source
ObjectReferenceValue
Declaration
public Object ObjectReferenceValue
Field Value
Type |
Description |
UnityEngine.Object |
|
|
Improve this Doc
View Source
s_Type
Declaration
public PropertyOverride.S_Type s_Type
Field Value
|
Improve this Doc
View Source
StringValue
Declaration
public string StringValue
Field Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
ConvertFromStringValue(PropertyOverride.S_Type, String)
Declaration
public static object ConvertFromStringValue(PropertyOverride.S_Type sType, string StringValue)
Parameters
Returns
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
ConvertToStringValue(Object)
Declaration
public static string ConvertToStringValue(object value)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GetValue()
Declaration
Returns
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
SetType(PropertyOverride.S_Type)
Declaration
public void SetType(PropertyOverride.S_Type t)
Parameters
|
Improve this Doc
View Source
SetValue(Object)
Declaration
public void SetValue(object value)
Parameters
Type |
Name |
Description |
System.Object |
value |
|