Exemplo n.º 1
0
        protected virtual bool vmethod_0(DxfReader r)
        {
            Struct18 currentGroup = r.CurrentGroup;
            bool     flag         = true;

            switch (currentGroup.Code)
            {
            case 2:
                this.string_0 = (string)currentGroup.Value;
                break;

            case 280:
                this.enum26_0 = (Enum26)currentGroup.Value;
                break;

            default:
                flag = false;
                break;
            }
            if (flag)
            {
                r.method_85();
            }
            return(flag);
        }
Exemplo n.º 2
0
 public Class173(Enum26 enum261, Enum27 enum271, float float2, bool bool1, Struct11[] struct111)
 {
     _enum260   = enum261;
     _enum270   = enum271;
     _float0    = float2;
     _float1    = 1f - float2;
     _bool0     = bool1;
     _struct110 = struct111;
 }
Exemplo n.º 3
0
 public Class173(Enum26 enum261, Struct11[] struct111) : this(enum261, Enum27.Const1, 0f, false, struct111)
 {
 }