C# Class LuaFramework.TestObjectClass

Mostra 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_oe property

public string name
return string

value1 public_oe property

public int value1
return int

value2 public_oe property

public float value2
return float