C# Class Entitas.EntityExtension

Show file Open project: sschmid/Entitas-CSharp

Public Methods

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

Method Details

AddComponentSuffix() public static method

public static AddComponentSuffix ( this componentName ) : string
componentName this
return string

CopyTo() public static method

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

RemoveComponentSuffix() public static method

public static RemoveComponentSuffix ( this componentName ) : string
componentName this
return string