C# 클래스 Entitas.EntityExtension

파일 보기 프로젝트 열기: sschmid/Entitas-CSharp

공개 메소드들

메소드 설명
AddComponentSuffix ( this componentName ) : string
CopyTo ( this entity, Entity target, bool replaceExisting = false ) : void
RemoveComponentSuffix ( this componentName ) : string

메소드 상세

AddComponentSuffix() 공개 정적인 메소드

public static AddComponentSuffix ( this componentName ) : string
componentName this
리턴 string

CopyTo() 공개 정적인 메소드

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

RemoveComponentSuffix() 공개 정적인 메소드

public static RemoveComponentSuffix ( this componentName ) : string
componentName this
리턴 string