Version: 5.3
public static string GetAssetId (GameObject go);

파라미터

go Target game object to get asset Id for.

반환

string The assetId of the game object's prefab.

설명

The UNet spawning system uses assetIds to identify how spawn remote objects. This function allows you to get the assetId for the prefab associated with an object.