C# Class Treefrog.Framework.Model.Tile

Inheritance: IResource, IPropertyProvider
Afficher le fichier Open project: jaquadro/Treefrog Class Usage Examples

Protected Properties

Свойство Type Description
_dependents List

Méthodes publiques

Méthode Description
ResetModified ( ) : void
Update ( TextureResource textureData ) : void

Méthodes protégées

Méthode Description
OnModified ( EventArgs e ) : void

Raises the Modified event.

OnPropertyProviderNameChanged ( EventArgs e ) : void
OnTextureModified ( EventArgs e ) : void
Tile ( ) : System
Tile ( System.Guid uid ) : System

Method Details

OnModified() protected méthode

Raises the Modified event.
protected OnModified ( EventArgs e ) : void
e System.EventArgs An that contains the event data.
Résultat void

OnPropertyProviderNameChanged() protected méthode

protected OnPropertyProviderNameChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnTextureModified() protected méthode

protected OnTextureModified ( EventArgs e ) : void
e System.EventArgs
Résultat void

ResetModified() public méthode

public ResetModified ( ) : void
Résultat void

Tile() protected méthode

protected Tile ( ) : System
Résultat System

Tile() protected méthode

protected Tile ( System.Guid uid ) : System
uid System.Guid
Résultat System

Update() public méthode

public Update ( TextureResource textureData ) : void
textureData Treefrog.Framework.Imaging.TextureResource
Résultat void

Property Details

_dependents protected_oe property

protected List _dependents
Résultat List