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

SetLocalScaling() public abstract method

public abstract SetLocalScaling ( BulletShape shape, System.Vector3 scale ) : void
shape BulletShape
scale System.Vector3
return void
        public abstract void SetLocalScaling(BulletShape shape, Vector3 scale);
BSAPITemplate