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

GetLocalScaling() public abstract method

public abstract GetLocalScaling ( BulletShape shape ) : System.Vector3
shape BulletShape
return System.Vector3
        public abstract Vector3 GetLocalScaling(BulletShape shape);
BSAPITemplate