C# Class uFrameECSDemo.PlayerMovementSystem

Inheritance: uFrame.ECS.ISystemFixedUpdate
Afficher le fichier Open project: InvertGames/uFrameECSDemo

Méthodes publiques

Méthode Description
PlayerMovementSystem ( ) : System
SystemFixedUpdate ( ) : void

Méthodes protégées

Méthode Description
ShooterFixedUpdateHandler ( Movable group ) : void

Method Details

PlayerMovementSystem() public méthode

public PlayerMovementSystem ( ) : System
Résultat System

ShooterFixedUpdateHandler() protected méthode

protected ShooterFixedUpdateHandler ( Movable group ) : void
group Movable
Résultat void

SystemFixedUpdate() public méthode

public SystemFixedUpdate ( ) : void
Résultat void