BB.TypeHelper.ToNumber C# (CSharp) Method

ToNumber() public static method

public static ToNumber ( this thiz ) : int
thiz this
return int
        public static int ToNumber(this WorldType thiz)
        {
            return (int)thiz;
        }