C# Class BEPUphysics.EntityStateManagement.InterpolatedStatesAccessor

Accesses an entity's interpolated states. Interpolated states are blended states between the previous and current entity states based on the time remainder from interal timestepping.
Afficher le fichier Open project: Indiefreaks/igf Class Usage Examples

Méthodes publiques

Méthode Description
InterpolatedStatesAccessor ( BEPUphysics.EntityStateManagement.EntityBufferedStates bufferedStates ) : Microsoft.Xna.Framework

Constructs a new accessor.

Private Methods

Méthode Description
IsBufferAccessible ( ) : bool

Method Details

InterpolatedStatesAccessor() public méthode

Constructs a new accessor.
public InterpolatedStatesAccessor ( BEPUphysics.EntityStateManagement.EntityBufferedStates bufferedStates ) : Microsoft.Xna.Framework
bufferedStates BEPUphysics.EntityStateManagement.EntityBufferedStates Owning entry.
Résultat Microsoft.Xna.Framework