FC3Editor.Nomad.PhysEntityVector.PhysEntityVector C# (CSharp) Method

PhysEntityVector() public method

public PhysEntityVector ( IntPtr ptr ) : System
ptr System.IntPtr
return System
        public PhysEntityVector(IntPtr ptr)
        {
            this.m_pointer = ptr;
        }