Class GroupEffect
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
[Value("GroupEffect")]
public class GroupEffect
- Inheritance
-
GroupEffect
- Derived
-
- Inherited Members
-
Constructors
GroupEffect()
GroupEffect(List<AnimationEffect>?, Union161)
public GroupEffect(List<AnimationEffect>? children, Union161 timing = default)
Parameters
children List<AnimationEffect>
timing Union161
Properties
Children
[Value("children")]
public AnimationNodeList Children { get; }
Property Value
- AnimationNodeList
FirstChild
[Value("firstChild")]
public AnimationEffect? FirstChild { get; }
Property Value
- AnimationEffect
LastChild
[Value("lastChild")]
public AnimationEffect? LastChild { get; }
Property Value
- AnimationEffect
Methods
Append(params AnimationEffect[])
[Value("append")]
public GlobalObject.Undefined Append(params AnimationEffect[] effects)
Parameters
effects AnimationEffect[]
Returns
- GlobalObject.Undefined
Clone()
[Value("clone")]
public GroupEffect Clone()
Returns
- GroupEffect
Prepend(params AnimationEffect[])
[Value("prepend")]
public GlobalObject.Undefined Prepend(params AnimationEffect[] effects)
Parameters
effects AnimationEffect[]
Returns
- GlobalObject.Undefined