Show / Hide Table of Contents

Struct CompoundPhysicsMesh

Implements
IPhysicsMesh
Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
ValueType.ToString()
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
Namespace: SlipeServer.Physics.Entities
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
Type Description
IShape

Implements

IPhysicsMesh
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX