C# Class Entitas.EntityExtension

Afficher le fichier Open project: sschmid/Entitas-CSharp

Méthodes publiques

Méthode Description
AddComponentSuffix ( this componentName ) : string
CopyTo ( this entity, Entity target, bool replaceExisting = false ) : void
RemoveComponentSuffix ( this componentName ) : string

Method Details

AddComponentSuffix() public static méthode

public static AddComponentSuffix ( this componentName ) : string
componentName this
Résultat string

CopyTo() public static méthode

public static CopyTo ( this entity, Entity target, bool replaceExisting = false ) : void
entity this
target Entity
replaceExisting bool
Résultat void

RemoveComponentSuffix() public static méthode

public static RemoveComponentSuffix ( this componentName ) : string
componentName this
Résultat string