Property | Type | Description | |
---|---|---|---|
allowOnDemandConstruction | bool |
Method | Description | |
---|---|---|
CapCount ( int maximumCount ) : void |
Ensures that the factory has at most the given number of elements ready to take.
|
|
Clear ( ) : void |
Removes all elements from the factory.
|
|
EnsureCount ( int minimumCount ) : void |
Ensures that the factory has at least the given number of elements ready to take.
|
|
GetNarrowPhasePair ( ) : BEPUphysics.NarrowPhaseSystems.Pairs.NarrowPhasePair |
Manufactures and returns a narrow phase pair for the given overlap.
|
|
GiveBack ( BEPUphysics.NarrowPhaseSystems.Pairs.NarrowPhasePair pair ) : void |
Returns a pair to the factory for re-use.
|
public CapCount ( int maximumCount ) : void | ||
maximumCount | int | Maximum number of elements to allow in the factory. |
return | void |
public EnsureCount ( int minimumCount ) : void | ||
minimumCount | int | Minimum number of elements to ensure in the factory. |
return | void |
public abstract GetNarrowPhasePair ( ) : BEPUphysics.NarrowPhaseSystems.Pairs.NarrowPhasePair | ||
return | BEPUphysics.NarrowPhaseSystems.Pairs.NarrowPhasePair |
public abstract GiveBack ( BEPUphysics.NarrowPhaseSystems.Pairs.NarrowPhasePair pair ) : void | ||
pair | BEPUphysics.NarrowPhaseSystems.Pairs.NarrowPhasePair | Pair to return. |
return | void |