C# Class JP.Utils.CompositionAPI.CompositionAPIUtil

Afficher le fichier Open project: JuniperPhoton/JP.Utils.UWP

Méthodes publiques

Méthode Description
GetElementVisual ( this element ) : Visual
MoveByValue ( this element, Vector3 changedValue ) : void
RotateByAngle ( this element, float anglesToAdd ) : void
RotateToNewAngle ( this element, float angleInDegrees ) : void
ScaleToValue ( this element, Vector3 scale ) : void

Method Details

GetElementVisual() public static méthode

public static GetElementVisual ( this element ) : Visual
element this
Résultat Visual

MoveByValue() public static méthode

public static MoveByValue ( this element, Vector3 changedValue ) : void
element this
changedValue Vector3
Résultat void

RotateByAngle() public static méthode

public static RotateByAngle ( this element, float anglesToAdd ) : void
element this
anglesToAdd float
Résultat void

RotateToNewAngle() public static méthode

public static RotateToNewAngle ( this element, float angleInDegrees ) : void
element this
angleInDegrees float
Résultat void

ScaleToValue() public static méthode

public static ScaleToValue ( this element, Vector3 scale ) : void
element this
scale Vector3
Résultat void