C# Class FlatRedBall.Scripting.GeneralAction

Inheritance: IScriptAction
Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Méthodes publiques

Свойство Type Description
ActionToPerform System.Action
IsCompleteFunction Func

Méthodes publiques

Méthode Description
Execute ( ) : bool
IsComplete ( ) : bool
ToString ( ) : string

Method Details

Execute() public méthode

public Execute ( ) : bool
Résultat bool

IsComplete() public méthode

public IsComplete ( ) : bool
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

ActionToPerform public_oe property

public Action,System ActionToPerform
Résultat System.Action

IsCompleteFunction public_oe property

public Func IsCompleteFunction
Résultat Func