Universe.Physics.BulletSPlugin.BSShapeConvexHull.Dereference C# (CSharp) Method

Dereference() public method

public Dereference ( BSScene physicsScene ) : void
physicsScene BSScene
return void
        public override void Dereference(BSScene physicsScene)
        {
            lock (ConvexHulls)
            {
                this.DecrementReference();
                physicsScene.DetailLog("{0},BSShapeConvexHull.Dereference,shape={1}", BSScene.DetailLogZero, this);
                // TODO: schedule aging and destruction of unused meshes.
            }
        }