Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

VRageMath.Vector3I..ctor

Malware edited this page Dec 13, 2025 · 9 revisions

DEPRECATION NOTICE

This API documentation is out of date and no longer maintained.

Please visit the new documentation at: https://malforge.github.io/spaceengineers/pbapi

IndexNamespace IndexVector3I

Summary

public Vector3I(int xyz)

Parameters

Summary

public Vector3I(int x, int y, int z)

Parameters

Summary

public Vector3I(Vector2I xy, int z)

Parameters

Summary

public Vector3I(Vector3 xyz)

Parameters

Summary

public Vector3I(Vector3D xyz)

Parameters

Summary

public Vector3I(Vector3S xyz)

Parameters

Summary

public Vector3I(float x, float y, float z)

Parameters

Summary

public Vector3I(Byte[] bytes, int index)

Parameters

  • Byte&#91] prohibited bytes
  • int index

Clone this wiki locally