Ejemplo n.º 1
0
        public MemoryEdict ent;       // entity the surface is on

        public void CopyFrom(Trace_t src)
        {
            this.allsolid   = src.allsolid;
            this.startsolid = src.startsolid;
            this.inopen     = src.inopen;
            this.inwater    = src.inwater;
            this.fraction   = src.fraction;
            this.endpos     = src.endpos;
            this.plane      = src.plane;
            this.ent        = src.ent;
        }
Ejemplo n.º 2
0
        public MemoryEdict ent;                 // entity the surface is on

        public void CopyFrom(Trace_t src)
        {
            allsolid   = src.allsolid;
            startsolid = src.startsolid;
            inopen     = src.inopen;
            inwater    = src.inwater;
            fraction   = src.fraction;
            endpos     = src.endpos;
            plane      = src.plane;
            ent        = src.ent;
        }