C# Class Flood.GUI.Anim.Animation

显示文件 Open project: FloodProject/flood Class Usage Examples

Protected Properties

Property Type Description
m_Control Flood.GUI.Controls.Control

Public Methods

Method Description
Add ( Control control, Animation animation ) : void
Cancel ( Control control ) : void

Protected Methods

Method Description
Think ( ) : void

Private Methods

Method Description
GlobalThink ( ) : void

Method Details

Add() public static method

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

Cancel() public static method

public static Cancel ( Control control ) : void
control Flood.GUI.Controls.Control
return void

Think() protected method

protected Think ( ) : void
return void

Property Details

m_Control protected_oe property

protected Control,Flood.GUI.Controls m_Control
return Flood.GUI.Controls.Control