CompositionAnimation.SetVector3Parameter(String, Vector3) Метод

Определение

Задает параметр значения Vector3 для использования с ExpressionAnimation или ключевым кадром выражения.

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 .

Применяется к