Show / Hide Table of Contents

Class MyRotationDirection

Describes the desired rotation direction for rotor actions

Inheritance
System.Object
MyRotationDirection
Namespace: Sandbox.ModAPI.Ingame
Assembly: Sandbox.Common.dll
Syntax
public sealed class MyRotationDirection : Enum

Fields

AUTO

Automatically chooses the shortest rotation

Declaration
public const MyRotationDirection AUTO
Field Value
Type Description
MyRotationDirection

CCW

Rotate counter-clockwise

Declaration
public const MyRotationDirection CCW
Field Value
Type Description
MyRotationDirection

CW

Rotate clockwise

Declaration
public const MyRotationDirection CW
Field Value
Type Description
MyRotationDirection

value__

Declaration
public int value__
Field Value
Type Description
System.Int32
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾