C# Class uFrameECSDemo.WeaponInputSystem

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

Public Methods

Method Description
SystemUpdate ( ) : void
WeaponInputSystem ( ) : System

Protected Methods

Method Description
GunnerInputUpdateHandler ( PlayerGunner group ) : void

Method Details

GunnerInputUpdateHandler() protected method

protected GunnerInputUpdateHandler ( PlayerGunner group ) : void
group PlayerGunner
return void

SystemUpdate() public method

public SystemUpdate ( ) : void
return void

WeaponInputSystem() public method

public WeaponInputSystem ( ) : System
return System