C# Class LuaFramework.TestObjectClass

Show file Open project: liangxiegame/QFramework Class Usage Examples

Public Properties

Property Type Description
name string
value1 int
value2 float

Public Methods

Method Description
TestObjectClass ( string name, int value1, float value2 ) : UnityEngine
ToString ( ) : string

Method Details

TestObjectClass() public method

public TestObjectClass ( string name, int value1, float value2 ) : UnityEngine
name string
value1 int
value2 float
return UnityEngine

ToString() public method

public ToString ( ) : string
return string

Property Details

name public property

public string name
return string

value1 public property

public int value1
return int

value2 public property

public float value2
return float