Universe.Physics.BulletSPlugin.BSAPIUnman.GetLocalScaling C# (CSharp) Method

GetLocalScaling() public method

public GetLocalScaling ( BulletShape shape ) : System.Vector3
shape BulletShape
return System.Vector3
        public override Vector3 GetLocalScaling(BulletShape shape)
        {
            BulletShapeUnman shapeu = shape as BulletShapeUnman;
            return BSAPICPP.GetLocalScaling2(shapeu.ptr);
        }
BSAPIUnman