C# 클래스 BEPUphysics.UpdateableSystems.UpdateableManager

Superclass of updateable managers.
상속: MultithreadedProcessingStage
파일 보기 프로젝트 열기: Indiefreaks/igf

보호된 프로퍼티들

프로퍼티 타입 설명
multithreadedUpdateDelegate Action
timeStepSettings TimeStepSettings

공개 메소드들

메소드 설명
SequentialUpdatingStateChanged ( ISpaceUpdateable updateable ) : void

Notifies the manager that the updateable has changed sequential updating state.

보호된 메소드들

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

메소드 상세

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

Notifies the manager that the updateable has changed sequential updating state.
public abstract SequentialUpdatingStateChanged ( ISpaceUpdateable updateable ) : void
updateable ISpaceUpdateable Updateable with changed state.
리턴 void

UpdateableManager() 보호된 메소드

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

UpdateableManager() 보호된 메소드

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

프로퍼티 상세

multithreadedUpdateDelegate 보호되어 있는 프로퍼티

protected Action multithreadedUpdateDelegate
리턴 Action

timeStepSettings 보호되어 있는 프로퍼티

protected TimeStepSettings timeStepSettings
리턴 TimeStepSettings