다음을 통해 공유


CompositionAnimation.SetVector2Parameter(String, Vector2) 메서드

정의

ExpressionAnimation 또는 식키 프레임에 사용할 Vector2 값 매개 변수를 설정합니다.

public:
 virtual void SetVector2Parameter(Platform::String ^ key, float2 value) = SetVector2Parameter;
void SetVector2Parameter(winrt::hstring const& key, float2 const& value);
public void SetVector2Parameter(string key, Vector2 value);
function setVector2Parameter(key, value)
Public Sub SetVector2Parameter (key As String, value As Vector2)

매개 변수

key
String

Platform::String

winrt::hstring

설정할 매개 변수의 이름입니다.

value
Vector2 Vector2

float2

Vector2 값입니다.

적용 대상