Table of Contents

Class AnimationWorkletGlobalScope

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
[Value("AnimationWorkletGlobalScope")]
public class AnimationWorkletGlobalScope : WorkletGlobalScope
Inheritance
AnimationWorkletGlobalScope
Inherited Members

Constructors

AnimationWorkletGlobalScope()

public AnimationWorkletGlobalScope()

Methods

RegisterAnimator(string, AnimatorInstanceConstructor)

[Value("registerAnimator")]
public GlobalObject.Undefined RegisterAnimator(string name, AnimatorInstanceConstructor animatorCtor)

Parameters

name string
animatorCtor AnimatorInstanceConstructor

Returns

GlobalObject.Undefined