BulletCSharp.btAlignedObjectArrayVector3.btAlignedObjectArrayVector3 C# (CSharp) Méthode

btAlignedObjectArrayVector3() public méthode

public btAlignedObjectArrayVector3 ( btAlignedObjectArrayVector3 otherArray ) : System
otherArray btAlignedObjectArrayVector3
Résultat System
        public btAlignedObjectArrayVector3(btAlignedObjectArrayVector3 otherArray)
            : this(BulletCollisionPINVOKE.new_btAlignedObjectArrayVector3__SWIG_1(btAlignedObjectArrayVector3.getCPtr(otherArray)), true)
        {
            if (BulletCollisionPINVOKE.SWIGPendingException.Pending) throw BulletCollisionPINVOKE.SWIGPendingException.Retrieve();
        }

Same methods

btAlignedObjectArrayVector3::btAlignedObjectArrayVector3 ( ) : System
btAlignedObjectArrayVector3::btAlignedObjectArrayVector3 ( IntPtr cPtr, bool cMemoryOwn ) : System