C# Class Scorpio.Userdata.UserdataVariable

Show file Open project: qingfeng346/Scorpio-CSharp Class Usage Examples

Public Properties

Property Type Description
FieldType System.Type
Name string

Protected Properties

Property Type Description
m_Script Script

Public Methods

Method Description
GetValue ( object obj ) : object
SetValue ( object obj, object val ) : void

Method Details

GetValue() public abstract method

public abstract GetValue ( object obj ) : object
obj object
return object

SetValue() public abstract method

public abstract SetValue ( object obj, object val ) : void
obj object
val object
return void

Property Details

FieldType public property

public Type,System FieldType
return System.Type

Name public property

public string Name
return string

m_Script protected property

protected Script m_Script
return Script