Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
BEPUphysics
MultithreadedProcessingStage
C# 클래스 BEPUphysics.MultithreadedProcessingStage
Superclass of processing systems which can use multiple threads.
파일 보기
프로젝트 열기: Indiefreaks/igf
공개 메소드들
메소드
설명
Update
( ) :
void
Runs the processing stage.
보호된 메소드들
메소드
설명
UpdateMultithreaded
( ) :
void
UpdateSingleThreaded
( ) :
void
비공개 메소드들
메소드
설명
StartClock
( ) :
void
StopClock
( ) :
void
메소드 상세
Update()
공개
메소드
Runs the processing stage.
public
Update
( ) :
void
리턴
void
UpdateMultithreaded()
보호된
추상적인
메소드
protected
abstract
UpdateMultithreaded
( ) :
void
리턴
void
UpdateSingleThreaded()
보호된
추상적인
메소드
protected
abstract
UpdateSingleThreaded
( ) :
void
리턴
void