C# Class OpenRA.Mods.Common.Widgets.ActorPreviewWidget

Inheritance: OpenRA.Widgets.Widget
Afficher le fichier Open project: pchote/OpenRA Class Usage Examples

Méthodes publiques

Свойство Type Description
Animate bool
GetScale Func

Méthodes publiques

Méthode Description
Clone ( ) : OpenRA.Widgets.Widget
Draw ( ) : void
PrepareRenderables ( ) : void
SetPreview ( ActorInfo actor, TypeDictionary td ) : void
Tick ( ) : void

Méthodes protégées

Méthode Description
ActorPreviewWidget ( ActorPreviewWidget other ) : System

Private Methods

Méthode Description
ActorPreviewWidget ( WorldRenderer worldRenderer ) : System

Method Details

ActorPreviewWidget() protected méthode

protected ActorPreviewWidget ( ActorPreviewWidget other ) : System
other ActorPreviewWidget
Résultat System

Clone() public méthode

public Clone ( ) : OpenRA.Widgets.Widget
Résultat OpenRA.Widgets.Widget

Draw() public méthode

public Draw ( ) : void
Résultat void

PrepareRenderables() public méthode

public PrepareRenderables ( ) : void
Résultat void

SetPreview() public méthode

public SetPreview ( ActorInfo actor, TypeDictionary td ) : void
actor ActorInfo
td TypeDictionary
Résultat void

Tick() public méthode

public Tick ( ) : void
Résultat void

Property Details

Animate public_oe property

public bool Animate
Résultat bool

GetScale public_oe property

public Func GetScale
Résultat Func