C# 클래스 BEPUphysics.PositionUpdating.PositionUpdater

Superclass of updaters which manage the position of objects.
상속: MultithreadedProcessingStage
파일 보기 프로젝트 열기: Indiefreaks/igf

보호된 프로퍼티들

프로퍼티 타입 설명
timeStepSettings TimeStepSettings

공개 메소드들

메소드 설명
Add ( IPositionUpdateable updateable ) : void

Adds an object to the position updater.

Remove ( IPositionUpdateable updateable ) : void

Removes an updateable from the updater.

보호된 메소드들

메소드 설명
PositionUpdater ( TimeStepSettings timeStepSettings ) : System
PositionUpdater ( TimeStepSettings timeStepSettings, IThreadManager threadManager ) : System

메소드 상세

Add() 공개 추상적인 메소드

Adds an object to the position updater.
Thrown if the updateable already belongs to a position updater.
public abstract Add ( IPositionUpdateable updateable ) : void
updateable IPositionUpdateable Updateable to add.
리턴 void

PositionUpdater() 보호된 메소드

protected PositionUpdater ( TimeStepSettings timeStepSettings ) : System
timeStepSettings TimeStepSettings
리턴 System

PositionUpdater() 보호된 메소드

protected PositionUpdater ( TimeStepSettings timeStepSettings, IThreadManager threadManager ) : System
timeStepSettings TimeStepSettings
threadManager IThreadManager
리턴 System

Remove() 공개 추상적인 메소드

Removes an updateable from the updater.
Thrown if the updater does not own the updateable.
public abstract Remove ( IPositionUpdateable updateable ) : void
updateable IPositionUpdateable Item to remove.
리턴 void

프로퍼티 상세

timeStepSettings 보호되어 있는 프로퍼티

protected TimeStepSettings timeStepSettings
리턴 TimeStepSettings