Space Enum

Summary

The coordinate space in which to operate.
Namespace
StrideToolkit.Engine
Interfaces
  • IComparable
  • IFormattable
  • IConvertible
Base Types
  • object
  • ValueType
  • Enum
graph BT Type-->Base0["Enum"] Base0-->Base1["ValueType"] Base1-->Base2["object"] Type-.->Interface0["IComparable"] Type-.->Interface1["IFormattable"] Type-.->Interface2["IConvertible"] Type["Space"] class Type type-node

Syntax

public enum Space

Fields

Name Constant Value Summary
Self 1
Applies transformation relative to the local coordinate system.
static
World 0
Applies transformation relative to the world coordinate system.
static