C# 클래스 uFrameECSDemo.PlayerModuleExtensions

파일 보기 프로젝트 열기: InvertGames/uFrameECSDemo

공개 메소드들

메소드 설명
MovableComponents ( this system ) : List
MovableManager ( this system ) : uFrame.ECS.IEcsComponentManagerOf
PlayerComponents ( this system ) : List
PlayerGunnerComponents ( this system ) : List
PlayerGunnerManager ( this system ) : uFrame.ECS.IEcsComponentManagerOf
PlayerManager ( this system ) : uFrame.ECS.IEcsComponentManagerOf

메소드 상세

MovableComponents() 공개 정적인 메소드

public static MovableComponents ( this system ) : List
system this
리턴 List

MovableManager() 공개 정적인 메소드

public static MovableManager ( this system ) : uFrame.ECS.IEcsComponentManagerOf
system this
리턴 uFrame.ECS.IEcsComponentManagerOf

PlayerComponents() 공개 정적인 메소드

public static PlayerComponents ( this system ) : List
system this
리턴 List

PlayerGunnerComponents() 공개 정적인 메소드

public static PlayerGunnerComponents ( this system ) : List
system this
리턴 List

PlayerGunnerManager() 공개 정적인 메소드

public static PlayerGunnerManager ( this system ) : uFrame.ECS.IEcsComponentManagerOf
system this
리턴 uFrame.ECS.IEcsComponentManagerOf

PlayerManager() 공개 정적인 메소드

public static PlayerManager ( this system ) : uFrame.ECS.IEcsComponentManagerOf
system this
리턴 uFrame.ECS.IEcsComponentManagerOf