GlbData.CreateAnimation

GlbData.CreateAnimation method

Creates a new Animation instance and adds it to !:GlbImage.LogicalAnimations.

public Animation CreateAnimation(string name = null)
ParameterTypeDescription
nameStringThe name of the instance.

Return Value

A Animation instance.

See Also