Vector3KeyFrameAnimation.InsertKeyFrame 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
InsertKeyFrame(Single, Vector3) |
키 프레임을 삽입합니다. |
InsertKeyFrame(Single, Vector3, CompositionEasingFunction) |
지정된 감속/가속 함수를 사용하여 키 프레임을 삽입합니다. |
InsertKeyFrame(Single, Vector3)
키 프레임을 삽입합니다.
public:
virtual void InsertKeyFrame(float normalizedProgressKey, float3 value) = InsertKeyFrame;
/// [Windows.Foundation.Metadata.Overload("InsertKeyFrame")]
void InsertKeyFrame(float const& normalizedProgressKey, float3 const& value);
[Windows.Foundation.Metadata.Overload("InsertKeyFrame")]
public void InsertKeyFrame(float normalizedProgressKey, Vector3 value);
function insertKeyFrame(normalizedProgressKey, value)
Public Sub InsertKeyFrame (normalizedProgressKey As Single, value As Vector3)
매개 변수
- 특성
추가 정보
적용 대상
InsertKeyFrame(Single, Vector3, CompositionEasingFunction)
지정된 감속/가속 함수를 사용하여 키 프레임을 삽입합니다.
public:
virtual void InsertKeyFrame(float normalizedProgressKey, float3 value, CompositionEasingFunction ^ easingFunction) = InsertKeyFrame;
/// [Windows.Foundation.Metadata.Overload("InsertKeyFrameWithEasingFunction")]
void InsertKeyFrame(float const& normalizedProgressKey, float3 const& value, CompositionEasingFunction const& easingFunction);
[Windows.Foundation.Metadata.Overload("InsertKeyFrameWithEasingFunction")]
public void InsertKeyFrame(float normalizedProgressKey, Vector3 value, CompositionEasingFunction easingFunction);
function insertKeyFrame(normalizedProgressKey, value, easingFunction)
Public Sub InsertKeyFrame (normalizedProgressKey As Single, value As Vector3, easingFunction As CompositionEasingFunction)
매개 변수
- easingFunction
- CompositionEasingFunction
프레임 간에 보간할 때 사용할 감속/가속 함수입니다.
- 특성