Struct CompoundPhysicsMesh
Assembly: SlipeServer.Physics.dll
Syntax
public struct CompoundPhysicsMesh : IPhysicsMesh
Properties
|
Edit this page
View Source
CompoundShape
Declaration
public readonly ICompoundShape CompoundShape { get; }
Property Value
| Type |
Description |
| ICompoundShape |
|
|
Edit this page
View Source
Inertia
Declaration
public readonly BodyInertia Inertia { get; }
Property Value
| Type |
Description |
| BodyInertia |
|
|
Edit this page
View Source
MeshIndex
Declaration
public readonly TypedIndex MeshIndex { get; }
Property Value
| Type |
Description |
| TypedIndex |
|
|
Edit this page
View Source
Shape
Declaration
public IShape Shape { get; }
Property Value
Implements