C# 클래스 JP.Utils.CompositionAPI.CompositionAPIUtil

파일 보기 프로젝트 열기: JuniperPhoton/JP.Utils.UWP

공개 메소드들

메소드 설명
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

메소드 상세

GetElementVisual() 공개 정적인 메소드

public static GetElementVisual ( this element ) : Visual
element this
리턴 Visual

MoveByValue() 공개 정적인 메소드

public static MoveByValue ( this element, Vector3 changedValue ) : void
element this
changedValue Vector3
리턴 void

RotateByAngle() 공개 정적인 메소드

public static RotateByAngle ( this element, float anglesToAdd ) : void
element this
anglesToAdd float
리턴 void

RotateToNewAngle() 공개 정적인 메소드

public static RotateToNewAngle ( this element, float angleInDegrees ) : void
element this
angleInDegrees float
리턴 void

ScaleToValue() 공개 정적인 메소드

public static ScaleToValue ( this element, Vector3 scale ) : void
element this
scale Vector3
리턴 void