프로퍼티 | 타입 | 설명 | |
---|---|---|---|
allowOnDemandConstruction | bool |
메소드 | 설명 | |
---|---|---|
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. |
리턴 | void |
public EnsureCount ( int minimumCount ) : void | ||
minimumCount | int | Minimum number of elements to ensure in the factory. |
리턴 | void |
public abstract GetNarrowPhasePair ( ) : BEPUphysics.NarrowPhaseSystems.Pairs.NarrowPhasePair | ||
리턴 | BEPUphysics.NarrowPhaseSystems.Pairs.NarrowPhasePair |
public abstract GiveBack ( BEPUphysics.NarrowPhaseSystems.Pairs.NarrowPhasePair pair ) : void | ||
pair | BEPUphysics.NarrowPhaseSystems.Pairs.NarrowPhasePair | Pair to return. |
리턴 | void |