Click or drag to resize

Transform Class

Defines the position in space. This class is immutable for optimization purposes.
Inheritance Hierarchy
SystemObject
  NeoAxisTransform

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public sealed class Transform

The Transform type exposes the following members.

Constructors
 NameDescription
Public methodTransformInitializes a new instance of the Transform class
Public methodTransform(Vector3)Initializes a new instance of the Transform class
Public methodTransform(Vector3, Angles)Initializes a new instance of the Transform class
Public methodTransform(Vector3, Quaternion)Initializes a new instance of the Transform class
Public methodTransform(Vector3, Angles, Vector3)Initializes a new instance of the Transform class
Public methodTransform(Vector3, Quaternion, Vector3)Initializes a new instance of the Transform class
Top
Properties
 NameDescription
Public propertyIsIdentity 
Public propertyIsPositionZero 
Public propertyIsRotationIdentity 
Public propertyIsScaleOne 
Public propertyPosition The position of the transform.
Public propertyRotation The rotation of the transform.
Public propertyScale The scale of the transform.
Top
Methods
Operators
Fields
Extension Methods
 NameDescription
Public Extension MethodMethodInvoke Calls the object method by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGet Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGetT Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertySet Sets the value of the object property by name.
(Defined by ObjectEx)
Top
See Also