BEPUphysics.BroadPhaseEntries.InstancedMesh.InstancedMesh C# (CSharp) Method

InstancedMesh() public method

Constructs a new InstancedMesh.
public InstancedMesh ( InstancedMeshShape meshShape ) : System
meshShape BEPUphysics.CollisionShapes.InstancedMeshShape Shape to use for the instance.
return System
        public InstancedMesh(InstancedMeshShape meshShape)
            : this(meshShape, AffineTransform.Identity)
        {
        }

Same methods

InstancedMesh::InstancedMesh ( InstancedMeshShape meshShape, AffineTransform worldTransform ) : System