MyDetectedEntityInfoPosition Property |
v01.180.0 (Beta)[This is preliminary documentation and is subject to change.]
The entity's position (center of the Bounding Box)
Namespace: Sandbox.ModAPI.IngameAssembly: Sandbox.Common (in Sandbox.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Vector3D Position { get; }
Public ReadOnly Property Position As Vector3D
Get
public:
property Vector3D Position {
Vector3D get ();
}
member Position : Vector3D with get
Property Value
Type:
Vector3DSee Also