프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Id | int | ||
Normal | Vector3 | ||
PenetrationDepth | float | ||
Position | Vector3 |
메소드 | 설명 | |
---|---|---|
Setup ( ContactData &candidate ) : void |
Sets upt he contact with new information.
|
|
ToString ( ) : string |
Outputs the position, normal, and depth information of the contact into a string.
|
public Setup ( ContactData &candidate ) : void | ||
candidate | ContactData | Contact data to initialize the contact with. |
리턴 | void |