﻿////////////////////////////////////////////////////////////////////////////////
//
//  Copyright (C) 2007-2020 zSpace, Inc.  All Rights Reserved.
//
////////////////////////////////////////////////////////////////////////////////

namespace zSpace.Core.Sdk
{
    public enum ZPluginEvent
    {
        QueueXROverlayFrame = 10000,
        EnableNativePluginContextGraphicsBinding = 10001,
        SubmitFrameToNativePluginContext = 10002,
    }
}
