Struct ConvexPhysicsMesh
Assembly: SlipeServer.Physics.dll
Syntax
public struct ConvexPhysicsMesh : IPhysicsMesh
Properties
|
Edit this page
View Source
ConvexShape
Declaration
public readonly IConvexShape ConvexShape { get; }
Property Value
| Type |
Description |
| IConvexShape |
|
|
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