Class AnimationHandle
public class AnimationHandle : ObjectHandle, IDisposable
- Inheritance
-
AnimationHandle
- Implements
- Derived
- Inherited Members
Constructors
AnimationHandle(nint, bool)
public AnimationHandle(nint handle, bool ownsHandle)
Parameters
Methods
For<T>(ConstructArgument[])
public static AnimationHandle For<T>(ConstructArgument[] constructArguments) where T : Animation, GTypeProvider
Parameters
constructArguments
ConstructArgument[]
Returns
Type Parameters
T