C# 클래스 BEPUphysics.SolverSystems.SolverUpdateableChange

Stores an enqueued solver updateable addition or removal.
파일 보기 프로젝트 열기: Indiefreaks/igf

공개 프로퍼티들

프로퍼티 타입 설명
Item SolverUpdateable
ShouldAdd bool

공개 메소드들

메소드 설명
SolverUpdateableChange ( bool shouldAdd, SolverUpdateable item )

Constructs a new solver updateable change.

메소드 상세

SolverUpdateableChange() 공개 메소드

Constructs a new solver updateable change.
public SolverUpdateableChange ( bool shouldAdd, SolverUpdateable item )
shouldAdd bool Whether the item is going to be added or removed.
item SolverUpdateable Item to add or remove.

프로퍼티 상세

Item 공개적으로 프로퍼티

Item being added or removed.
public SolverUpdateable,BEPUphysics.SolverSystems Item
리턴 SolverUpdateable

ShouldAdd 공개적으로 프로퍼티

Whether the item is going to be added or removed.
public bool ShouldAdd
리턴 bool