Class EyeLerpingSystem
Inheritance
System.Object
EyeLerpingSystem
Assembly: Content.Client.dll
Syntax
public sealed class EyeLerpingSystem : EntitySystem
Methods
|
Improve this Doc
View Source
AddEye(EntityUid, Nullable<EyeComponent>, Boolean)
Declaration
public void AddEye(EntityUid uid, EyeComponent? component = null, bool automatic = false)
Parameters
| Type |
Name |
Description |
| EntityUid |
uid |
|
| System.Nullable<EyeComponent> |
component |
|
| System.Boolean |
automatic |
|
|
Improve this Doc
View Source
FrameUpdate(Single)
Declaration
public override void FrameUpdate(float frameTime)
Parameters
| Type |
Name |
Description |
| System.Single |
frameTime |
|
|
Improve this Doc
View Source
Initialize()
Declaration
public override void Initialize()
|
Improve this Doc
View Source
RemoveEye(EntityUid)
Declaration
public void RemoveEye(EntityUid uid)
Parameters
| Type |
Name |
Description |
| EntityUid |
uid |
|
|
Improve this Doc
View Source
Update(Single)
Declaration
public override void Update(float frameTime)
Parameters
| Type |
Name |
Description |
| System.Single |
frameTime |
|