DemiLib
A collection of Demigiant's utility libraries for Unity (https://github.com/Demigiant/demilib)
DG.DeExtensions.TransformExtensions Class Reference

Static Public Member Functions

static void SetLocalX (this Transform t, float value)
 
static void SetLocalY (this Transform t, float value)
 
static void SetLocalZ (this Transform t, float value)
 
static void SetX (this Transform t, float value)
 
static void SetY (this Transform t, float value)
 
static void SetZ (this Transform t, float value)
 

Member Function Documentation

static void DG.DeExtensions.TransformExtensions.SetLocalX ( this Transform  t,
float  value 
)
static
static void DG.DeExtensions.TransformExtensions.SetLocalY ( this Transform  t,
float  value 
)
static
static void DG.DeExtensions.TransformExtensions.SetLocalZ ( this Transform  t,
float  value 
)
static
static void DG.DeExtensions.TransformExtensions.SetX ( this Transform  t,
float  value 
)
static
static void DG.DeExtensions.TransformExtensions.SetY ( this Transform  t,
float  value 
)
static
static void DG.DeExtensions.TransformExtensions.SetZ ( this Transform  t,
float  value 
)
static

The documentation for this class was generated from the following file: