Table of Contents

Class AnimationDataMarshaller

Namespace
SampSharp.OpenMp.Core.Api
Assembly
SampSharp.OpenMp.Core.dll

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