C# 클래스 Readme.ReadmeSnippets

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

공개 메소드들

메소드 설명
CreateRedGem ( this context, int x, int y ) : Entity

비공개 메소드들

메소드 설명
ReadmeSnippets ( ) : Entitas
animatingComponent ( Context context ) : void
collectorExample ( Context context ) : void
contextExample ( ) : void
entityExample ( Entity entity ) : void
groupExample ( Context context ) : void
movableComponent ( Entity e ) : void
moveSystem ( Context context ) : void
positionComponent ( Entity e, PositionComponent component, int x, int y ) : void
userComponent ( Context context, UserComponent component ) : void

메소드 상세

CreateRedGem() 공개 정적인 메소드

public static CreateRedGem ( this context, int x, int y ) : Entity
context this
x int
y int
리턴 Entitas.Entity