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

GetReference() public method

public GetReference ( BSScene physicsScene, BSPhysObject prim ) : BSShape
physicsScene BSScene
prim BSPhysObject
return BSShape
        public override BSShape GetReference(BSScene physicsScene, BSPhysObject prim)
        {
            // Calling this reference means we want another handle to an existing shape
            //      (usually linksets) so return this copy.
            IncrementReference();
            return this;
        }

Same methods

BSShapeConvexHull::GetReference ( BSScene physicsScene, bool forceRebuild, BSPhysObject prim ) : BSShape