Show / Hide Table of Contents

Class GravityGeneratorSystem

Inheritance
System.Object
GravityGeneratorSystem
Namespace: Content.Server.Gravity
Assembly: Content.Server.dll
Syntax
public sealed class GravityGeneratorSystem : EntitySystem

Methods

| Improve this Doc View Source

Initialize()

Declaration
public override void Initialize()
| Improve this Doc View Source

Update(Single)

Declaration
public override void Update(float frameTime)
Parameters
Type Name Description
System.Single frameTime
| Improve this Doc View Source

UpdateState(GravityGeneratorComponent, ApcPowerReceiverComponent)

Declaration
public void UpdateState(GravityGeneratorComponent grav, ApcPowerReceiverComponent powerReceiver)
Parameters
Type Name Description
GravityGeneratorComponent grav
ApcPowerReceiverComponent powerReceiver
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾