C# Class uFrameECSDemo.PlayerModuleExtensions

Afficher le fichier Open project: InvertGames/uFrameECSDemo

Méthodes publiques

Méthode 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 méthode

public static MovableComponents ( this system ) : List
system this
Résultat List

MovableManager() public static méthode

public static MovableManager ( this system ) : uFrame.ECS.IEcsComponentManagerOf
system this
Résultat uFrame.ECS.IEcsComponentManagerOf

PlayerComponents() public static méthode

public static PlayerComponents ( this system ) : List
system this
Résultat List

PlayerGunnerComponents() public static méthode

public static PlayerGunnerComponents ( this system ) : List
system this
Résultat List

PlayerGunnerManager() public static méthode

public static PlayerGunnerManager ( this system ) : uFrame.ECS.IEcsComponentManagerOf
system this
Résultat uFrame.ECS.IEcsComponentManagerOf

PlayerManager() public static méthode

public static PlayerManager ( this system ) : uFrame.ECS.IEcsComponentManagerOf
system this
Résultat uFrame.ECS.IEcsComponentManagerOf