다음을 통해 공유


CompositionAnimation.SetVector3Parameter(String, Vector3) 메서드

정의

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

public:
 virtual void SetVector3Parameter(Platform::String ^ key, float3 value) = SetVector3Parameter;
void SetVector3Parameter(winrt::hstring const& key, float3 const& value);
public void SetVector3Parameter(string key, Vector3 value);
function setVector3Parameter(key, value)
Public Sub SetVector3Parameter (key As String, value As Vector3)

매개 변수

key
String

Platform::String

winrt::hstring

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

value
Vector3 Vector3

float3

Vector3 값입니다.

적용 대상