메소드 | 설명 | |
---|---|---|
WeldJoint ( ) : BEPUphysics.Constraints.TwoEntity |
Constructs a new constraint which restricts the linear and angular motion between two entities. This constructs the internal constraints, but does not configure them. Before using a constraint constructed in this manner, ensure that its active constituent constraints are properly configured. The entire group as well as all internal constraints are initially inactive (IsActive = false).
|
|
WeldJoint ( |
Constructs a new constraint which restricts the linear and angular motion between two entities.
|
public WeldJoint ( ) : BEPUphysics.Constraints.TwoEntity | ||
리턴 | BEPUphysics.Constraints.TwoEntity |
public WeldJoint ( |
||
connectionA | First entity of the constraint pair. | |
connectionB | Second entity of the constraint pair. | |
리턴 | BEPUphysics.Constraints.TwoEntity |