// -------------------------------------------------------------------------------------------------------------------- // // Copyright (c) VRMADA, All rights reserved. // // -------------------------------------------------------------------------------------------------------------------- namespace UltimateXR.Networking { public partial class UxrNetworkComponentReferences { #region Public Types & Data /// /// Enumerates where the components come from. /// public enum Origin { None = 0, /// /// The source of the components is a . /// Network, /// /// The source of the components is a . /// NetworkVoice, } #endregion } }