Class AnimationDataMarshaller
Represents a marshaller entrypoint for marshalling AnimationData to its unmanaged counterpart.
[CustomMarshaller(typeof(AnimationData), MarshalMode.ManagedToUnmanagedIn, typeof(AnimationDataMarshaller.ManagedToNative))]
[CustomMarshaller(typeof(AnimationData), MarshalMode.ManagedToUnmanagedOut, typeof(AnimationDataMarshaller.NativeToManaged))]
public static class AnimationDataMarshaller
- Inheritance
-
AnimationDataMarshaller
- Inherited Members