C# Class uFrameECSDemo.PlayerModuleExtensions

Mostrar archivo Open project: InvertGames/uFrameECSDemo

Public Methods

Method Description
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

Method Details

MovableComponents() public static method

public static MovableComponents ( this system ) : List
system this
return List

MovableManager() public static method

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

PlayerComponents() public static method

public static PlayerComponents ( this system ) : List
system this
return List

PlayerGunnerComponents() public static method

public static PlayerGunnerComponents ( this system ) : List
system this
return List

PlayerGunnerManager() public static method

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

PlayerManager() public static method

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