CompositionAnimation.SetVector3Parameter(String, Vector3) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets a Vector3 value parameter for use with an ExpressionAnimation or an expression keyframe.
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)
Parameters
- key
-
String
Platform::String
winrt::hstring
The name of the parameter to set.