C# Class AgaHackTools.Example.Shared.Structs.CBaseTrace

Show file Open project: aganonki/HackTools

Public Properties

Property Type Description
contents int
dispFlags ushort
endpos Vector3
fraction float
plane cplane_t
startpos Vector3

Public Methods

Method Description
ToString ( ) : string

Method Details

ToString() public method

public ToString ( ) : string
return string

Property Details

contents public property

public int contents
return int

dispFlags public property

public ushort dispFlags
return ushort

endpos public property

public Vector3 endpos
return Vector3

fraction public property

public float fraction
return float

plane public property

public cplane_t,AgaHackTools.Example.Shared.Structs plane
return cplane_t

startpos public property

public Vector3 startpos
return Vector3