Click or drag to resize
Matrix4x4X Class
Matrix4x4 extension methods.
Inheritance Hierarchy
SystemObject
  CandlelightMatrix4x4X

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public static class Matrix4x4X

The Matrix4x4X type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetPosition
Gets the position component of the matrix.
Public methodStatic memberGetRotation
Gets the rotation component of the matrix.
Public methodStatic memberGetScale
Gets the scale component of the matrix.
Top
See Also