Show / Hide Table of Contents

Class PositioningData

Positioning data

Inheritance
System.Object
PositioningData
Namespace: Mannequin.Bindings
Assembly: Collapse.dll
Syntax
public class PositioningData : object

Constructors

PositioningData(Vector, Single, Single)

Create a new PositioningData.

Declaration
public PositioningData(Vector RelativePosition, float Rotation, float LayerDepth)
Parameters
Type Name Description
Vector RelativePosition

See RelativePosition

System.Single Rotation

See Rotation

System.Single LayerDepth

See LayerDepth

Properties

LayerDepth

The layer depth of this BodyPartData

Declaration
public float LayerDepth { get; set; }
Property Value
Type Description
System.Single

RelativePosition

The position of this BodyPartData relative to the Living's position

Declaration
public Vector RelativePosition { get; set; }
Property Value
Type Description
Vector

Rotation

The rotation of this BodyPartData relative to the Living's rotation

Declaration
public float Rotation { get; set; }
Property Value
Type Description
System.Single
Back to top © 2020 Anarkis Gaming. All rights reserved. Generated by DocFX