SharpQuake.beam_t.Clear C# (CSharp) Method

Clear() public method

public Clear ( ) : void
return void
        public void Clear()
        {
            this.entity = 0;
            this.model = null;
            this.endtime = 0;
            this.start = Vector3.Zero;
            this.end = Vector3.Zero;
        }
beam_t