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

Mostra 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_oe property

public int contents
return int

dispFlags public_oe property

public ushort dispFlags
return ushort

endpos public_oe property

public Vector3 endpos
return Vector3

fraction public_oe property

public float fraction
return float

plane public_oe property

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

startpos public_oe property

public Vector3 startpos
return Vector3