Nodify.Runtime.Expose.Expose C# (CSharp) Method

Expose() public method

public Expose ( bool isDefault = false, string resourceIconPath = null ) : System.Collections
isDefault bool
resourceIconPath string
return System.Collections
        public Expose(bool isDefault = false, string resourceIconPath = null)
        {
            this.isDefault = isDefault;
            this.iconPath = resourceIconPath;
        }
Expose