Click or drag to resize
IMyControllableEntityDrawHud Method

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:VRage.Game.ModAPI.Interfaces.IMyControllableEntity.DrawHud(VRage.Game.ModAPI.Interfaces.IMyCameraController,System.Int64)"]

Namespace: VRage.Game.ModAPI.Interfaces
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
void DrawHud(
	IMyCameraController camera,
	long playerId
)

Parameters

camera
Type: VRage.Game.ModAPI.InterfacesIMyCameraController

[Missing <param name="camera"/> documentation for "M:VRage.Game.ModAPI.Interfaces.IMyControllableEntity.DrawHud(VRage.Game.ModAPI.Interfaces.IMyCameraController,System.Int64)"]

playerId
Type: SystemInt64

[Missing <param name="playerId"/> documentation for "M:VRage.Game.ModAPI.Interfaces.IMyControllableEntity.DrawHud(VRage.Game.ModAPI.Interfaces.IMyCameraController,System.Int64)"]

See Also