OpenMetaverse.InventoryManager.AssetTypeToString C# (CSharp) Method

AssetTypeToString() public static method

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