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

显示文件 Open project: aganonki/HackTools Class Usage Examples

Public Methods

Method Description
Init ( Vector3 start, Vector3 end ) : Ray_t
Ray ( bool intit = true ) : Ray_t

Method Details

Init() public static method

public static Init ( Vector3 start, Vector3 end ) : Ray_t
start Vector3
end Vector3
return Ray_t

Ray() public static method

public static Ray ( bool intit = true ) : Ray_t
intit bool
return Ray_t