C# Class Assets.Scripts.Utils.TransformEx

Afficher le fichier Open project: nubick/unity-utils

Méthodes publiques

Méthode Description
IncLocalX ( this transform, float dx ) : void
IncLocalY ( this transform, float dy ) : void
IncLocalZ ( this transform, float dz ) : void
Position2 ( this transform ) : Vector2
SetLocalX ( this transform, float x ) : void
SetLocalXY ( this transform, float x, float y ) : void
SetLocalXYZ ( this transform, float x, float y, float z ) : void
SetLocalY ( this transform, float y ) : void
SetLocalZ ( this transform, float z ) : void
SetRotation ( this transform, float angle ) : void
SetScaleX ( this transform, float scaleX ) : void
SetScaleY ( this transform, float scaleY ) : void
SetScaleZ ( this transform, float scaleZ ) : void
SetX ( this transform, float x ) : void
SetXY ( this transform, float x, float y ) : void
SetXYZ ( this transform, float x, float y, float z ) : void
SetY ( this transform, float y ) : void
SetZ ( this transform, float z ) : void

Method Details

IncLocalX() public static méthode

public static IncLocalX ( this transform, float dx ) : void
transform this
dx float
Résultat void

IncLocalY() public static méthode

public static IncLocalY ( this transform, float dy ) : void
transform this
dy float
Résultat void

IncLocalZ() public static méthode

public static IncLocalZ ( this transform, float dz ) : void
transform this
dz float
Résultat void

Position2() public static méthode

public static Position2 ( this transform ) : Vector2
transform this
Résultat UnityEngine.Vector2

SetLocalX() public static méthode

public static SetLocalX ( this transform, float x ) : void
transform this
x float
Résultat void

SetLocalXY() public static méthode

public static SetLocalXY ( this transform, float x, float y ) : void
transform this
x float
y float
Résultat void

SetLocalXYZ() public static méthode

public static SetLocalXYZ ( this transform, float x, float y, float z ) : void
transform this
x float
y float
z float
Résultat void

SetLocalY() public static méthode

public static SetLocalY ( this transform, float y ) : void
transform this
y float
Résultat void

SetLocalZ() public static méthode

public static SetLocalZ ( this transform, float z ) : void
transform this
z float
Résultat void

SetRotation() public static méthode

public static SetRotation ( this transform, float angle ) : void
transform this
angle float
Résultat void

SetScaleX() public static méthode

public static SetScaleX ( this transform, float scaleX ) : void
transform this
scaleX float
Résultat void

SetScaleY() public static méthode

public static SetScaleY ( this transform, float scaleY ) : void
transform this
scaleY float
Résultat void

SetScaleZ() public static méthode

public static SetScaleZ ( this transform, float scaleZ ) : void
transform this
scaleZ float
Résultat void

SetX() public static méthode

public static SetX ( this transform, float x ) : void
transform this
x float
Résultat void

SetXY() public static méthode

public static SetXY ( this transform, float x, float y ) : void
transform this
x float
y float
Résultat void

SetXYZ() public static méthode

public static SetXYZ ( this transform, float x, float y, float z ) : void
transform this
x float
y float
z float
Résultat void

SetY() public static méthode

public static SetY ( this transform, float y ) : void
transform this
y float
Résultat void

SetZ() public static méthode

public static SetZ ( this transform, float z ) : void
transform this
z float
Résultat void