コード例 #1
0
ファイル: TypeName.cs プロジェクト: enricedward/UnityGDK
            public static global::Improbable.Gdk.Tests.TypeName.Other ToSpatial(global::Generated.Improbable.Gdk.Tests.TypeName.Other nativeType)
            {
                var spatialType = new global::Improbable.Gdk.Tests.TypeName.Other();

                spatialType.sameName = global::Generated.Improbable.Gdk.Tests.TypeName.Other.NestedTypeName.ToSpatial(nativeType.SameName);
                return(spatialType);
            }
コード例 #2
0
ファイル: TypeName.cs プロジェクト: senlinms/gdk-for-unity
 public TypeName(global::Improbable.Gdk.Tests.TypeName.Other otherType)
 {
     OtherType = otherType;
 }