BulletCSharp.btCapsuleShapeX.btCapsuleShapeX C# (CSharp) 메소드

btCapsuleShapeX() 공개 메소드

public btCapsuleShapeX ( float radius, float height ) : System
radius float
height float
리턴 System
        public btCapsuleShapeX(float radius, float height)
            : this(BulletCollisionPINVOKE.new_btCapsuleShapeX(radius, height), true)
        {
        }

Same methods

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