C# Class FlatRedBall.Math.Geometry.ContactPoint

显示文件 Open project: vchelaru/FlatRedBall Class Usage Examples

Public Properties

Property Type Description
ContactType ContactType
OtherEndpoint int
OtherIndex int
Position Vector3
ThisEndpoint int
ThisIndex int

Property Details

ContactType public_oe property

public ContactType ContactType
return ContactType

OtherEndpoint public_oe property

public int OtherEndpoint
return int

OtherIndex public_oe property

public int OtherIndex
return int

Position public_oe property

public Vector3 Position
return Vector3

ThisEndpoint public_oe property

public int ThisEndpoint
return int

ThisIndex public_oe property

public int ThisIndex
return int