Beispiel #1
0
        public void SetSelectionText(VRMPreviewLocale.Selections selections)
        {
            m_textAllowedUser = selections.PermissionAct;
            m_textUsage       = selections.PermissionUsage;
            m_textLicenseType = selections.LicenseType;

            if (vrmMeta != null)
            {
                setMeta(vrmMeta);
            }
        }
Beispiel #2
0
 public void SetSelectionText(VRMPreviewLocale.Selections selections)
 {
     m_textAllowedUser = selections.PermissionAct;
     m_textUsage       = selections.PermissionUsage;
     m_textLicenseType = selections.LicenseType;
 }