C# Class Flood.GUI.Anim.Animation

Afficher le fichier Open project: FloodProject/flood Class Usage Examples

Protected Properties

Свойство Type Description
m_Control Flood.GUI.Controls.Control

Méthodes publiques

Méthode Description
Add ( Control control, Animation animation ) : void
Cancel ( Control control ) : void

Méthodes protégées

Méthode Description
Think ( ) : void

Private Methods

Méthode Description
GlobalThink ( ) : void

Method Details

Add() public static méthode

public static Add ( Control control, Animation animation ) : void
control Flood.GUI.Controls.Control
animation Animation
Résultat void

Cancel() public static méthode

public static Cancel ( Control control ) : void
control Flood.GUI.Controls.Control
Résultat void

Think() protected méthode

protected Think ( ) : void
Résultat void

Property Details

m_Control protected_oe property

protected Control,Flood.GUI.Controls m_Control
Résultat Flood.GUI.Controls.Control