C# Class KBehaviour, KEngine

KEngine MonoBehaivour Without Update, With some cache
Inheritance: MonoBehaviour
Afficher le fichier Open project: mr-kelly/KEngine Class Usage Examples

Méthodes publiques

Свойство Type Description
ApplicationQuitEvent System.Action

Protected Properties

Свойство Type Description
IsDestroyed bool

Méthodes publiques

Méthode Description
Delete ( ) : void
Delete ( float time ) : void

GameObject.Destory对象

DeleteSelf ( ) : void

Méthodes protégées

Méthode Description
OnDestroy ( ) : void

Private Methods

Méthode Description
OnApplicationQuit ( ) : void

Method Details

Delete() public méthode

public Delete ( ) : void
Résultat void

Delete() public méthode

GameObject.Destory对象
public Delete ( float time ) : void
time float
Résultat void

DeleteSelf() public méthode

public DeleteSelf ( ) : void
Résultat void

OnDestroy() protected méthode

protected OnDestroy ( ) : void
Résultat void

Property Details

ApplicationQuitEvent public_oe static_oe property

public static Action,System ApplicationQuitEvent
Résultat System.Action

IsDestroyed protected_oe property

protected bool IsDestroyed
Résultat bool