C# Class LuaFramework.TestObjectClass

Afficher le fichier Open project: liangxiegame/QFramework Class Usage Examples

Méthodes publiques

Свойство Type Description
name string
value1 int
value2 float

Méthodes publiques

Méthode Description
TestObjectClass ( string name, int value1, float value2 ) : UnityEngine
ToString ( ) : string

Method Details

TestObjectClass() public méthode

public TestObjectClass ( string name, int value1, float value2 ) : UnityEngine
name string
value1 int
value2 float
Résultat UnityEngine

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

name public_oe property

public string name
Résultat string

value1 public_oe property

public int value1
Résultat int

value2 public_oe property

public float value2
Résultat float