Ejemplo n.º 1
0
        public static UdonSharpProgramAsset GetProgramAssetForClass(System.Type classType)
        {
            if (classType == null)
            {
                throw new System.ArgumentNullException();
            }

            return(UdonSharpEditorUtility.GetUdonSharpProgramAsset(classType));
        }