Table of Contents

Class InvokeRandomSplitAnimationAction

Namespace
HeBianGu.Service.Animation
Assembly
HeBianGu.Service.Animation.dll

根据输入动画执行渐进效果

public sealed class InvokeRandomSplitAnimationAction : InvokeTimeSplitAnimationAction, IAnimatable, IAttachedObject
Inheritance
InvokeRandomSplitAnimationAction
Implements
Inherited Members
Extension Methods

Fields

OriginFromProperty

public static readonly DependencyProperty OriginFromProperty

Field Value

DependencyProperty

OriginToProperty

public static readonly DependencyProperty OriginToProperty

Field Value

DependencyProperty

UseIndexProperty

public static readonly DependencyProperty UseIndexProperty

Field Value

DependencyProperty

UseOriginProperty

public static readonly DependencyProperty UseOriginProperty

Field Value

DependencyProperty

random

public static Random random

Field Value

Random

Properties

OriginFrom

public Point OriginFrom { get; set; }

Property Value

Point

OriginTo

public Point OriginTo { get; set; }

Property Value

Point

UseIndex

public bool UseIndex { get; set; }

Property Value

bool

UseOrigin

参考点随机

public bool UseOrigin { get; set; }

Property Value

bool

Methods

Invoke(object)

执行方法

protected override void Invoke(object parameter)

Parameters

parameter object

RandomList<T>(List<T>)

public List<T> RandomList<T>(List<T> from)

Parameters

from List<T>

Returns

List<T>

Type Parameters

T