Aurora.Modules.CityBuilder.CityTexture.registerNewTexture C# (CSharp) Method

registerNewTexture() public method

Register a new texture with the asset system for use by buildings, roads etc. The texture object is owned by the server ie uuid zero.
public registerNewTexture ( string filePath ) : UUID
filePath string
return UUID
        public UUID registerNewTexture(string filePath)
        {
            if (filePath.Length <= 0)
                return (UUID.Zero);
            return (UUID.Zero);
        }