Interface IMyHazardPointSource
A source of environmental hazard which has specific position
Inherited Members
Namespace: Sandbox.ModAPI
Assembly: Sandbox.Common.dll
Syntax
public interface IMyHazardPointSource : IMyHazardSource
Methods
GetPosition()
Provides the position of the point source
Declaration
Vector3D GetPosition()
Returns
Type | Description |
---|---|
Vector3D | World position |