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

AddChildShapeToCompoundShape() public abstract method

public abstract AddChildShapeToCompoundShape ( BulletShape cShape, BulletShape addShape, System.Vector3 pos, Quaternion rot ) : void
cShape BulletShape
addShape BulletShape
pos System.Vector3
rot Quaternion
return void
        public abstract void AddChildShapeToCompoundShape(BulletShape cShape, BulletShape addShape, Vector3 pos,
            Quaternion rot);
BSAPITemplate