Implement.NewSVGFile C# (CSharp) Method

NewSVGFile() public method

public NewSVGFile ( TextAsset svgFile ) : void
svgFile UnityEngine.TextAsset
return void
    public void NewSVGFile(TextAsset svgFile)
    {
        _SVGFile = svgFile;
    }