C# Class QFramework.QTimerInfo

Datei anzeigen Open project: liangxiegame/QFramework Class Usage Examples

Public Properties

Property Type Description
className string
delete bool
stop bool
target Object
tick long

Public Methods

Method Description
QTimerInfo ( string className, Object target ) : UnityEngine

Method Details

QTimerInfo() public method

public QTimerInfo ( string className, Object target ) : UnityEngine
className string
target Object
return UnityEngine

Property Details

className public_oe property

public string className
return string

delete public_oe property

public bool delete
return bool

stop public_oe property

public bool stop
return bool

target public_oe property

public Object target
return Object

tick public_oe property

public long tick
return long