OpenMetaverse.InventoryManager.AssetTypeToString C# (CSharp) 메소드

AssetTypeToString() 공개 정적인 메소드

Takes an AssetType and returns the string representation
public static AssetTypeToString ( AssetType type ) : string
type AssetType The source
리턴 string
        public static string AssetTypeToString(AssetType type)
        {
            return _AssetTypeNames[(int)type];
        }