コード例 #1
0
 void Update()
 {
     // Update our platform objects when the platform changes.
     if (CurrentPlatform != PlatformData.GetDataObject().platform)
     {
         SetPlatform(PlatformData.GetDataObject().platform);
     }
 }
コード例 #2
0
 void Start()
 {
     SetPlatform(PlatformData.GetDataObject().platform);
 }