Show / Hide Table of Contents

Interface IShapeDescription

Namespace: Experior.Interfaces
Assembly: Experior.Interfaces.dll
Syntax
public interface IShapeDescription

Properties

Mass

Declaration
float Mass { get; }
Property Value
Type Description
System.Single

Position

Declaration
Vector3 Position { get; }
Property Value
Type Description
System.Numerics.Vector3

Roll

Declaration
float Roll { get; }
Property Value
Type Description
System.Single

Yaw

Declaration
float Yaw { get; }
Property Value
Type Description
System.Single
Back to top Generated by DocFX