C# Class uFrameECSDemo.WeaponInputSystemBase

Inheritance: uFrame.ECS.EcsSystem, uFrame.ECS.ISystemUpdate
Mostrar archivo Open project: InvertGames/uFrameECSDemo

Public Methods

Method Description
Setup ( ) : void
SystemUpdate ( ) : void

Protected Methods

Method Description
GunnerInputUpdateFilter ( ) : void
GunnerInputUpdateHandler ( PlayerGunner group ) : void

Method Details

GunnerInputUpdateFilter() protected method

protected GunnerInputUpdateFilter ( ) : void
return void

GunnerInputUpdateHandler() protected method

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

Setup() public method

public Setup ( ) : void
return void

SystemUpdate() public method

public SystemUpdate ( ) : void
return void