Show / Hide Table of Contents

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()
Namespace: MacacaGames.ViewSystem
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
Type Description
PropertyOverride.S_Type
| 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
Type Name Description
PropertyOverride.S_Type sType
System.String StringValue
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
public object GetValue()
Returns
Type Description
System.Object
| Improve this Doc View Source

SetType(PropertyOverride.S_Type)

Declaration
public void SetType(PropertyOverride.S_Type t)
Parameters
Type Name Description
PropertyOverride.S_Type t
| Improve this Doc View Source

SetValue(Object)

Declaration
public void SetValue(object value)
Parameters
Type Name Description
System.Object value
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX