C# Class uFrameECSDemo.PlayerMovementSystem

Inheritance: uFrame.ECS.ISystemFixedUpdate
Show file Open project: InvertGames/uFrameECSDemo

Public Methods

Method Description
PlayerMovementSystem ( ) : System
SystemFixedUpdate ( ) : void

Protected Methods

Method Description
ShooterFixedUpdateHandler ( Movable group ) : void

Method Details

PlayerMovementSystem() public method

public PlayerMovementSystem ( ) : System
return System

ShooterFixedUpdateHandler() protected method

protected ShooterFixedUpdateHandler ( Movable group ) : void
group Movable
return void

SystemFixedUpdate() public method

public SystemFixedUpdate ( ) : void
return void