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

Afficher le fichier Open project: aganonki/HackTools Class Usage Examples

Méthodes publiques

Méthode Description
Init ( Vector3 start, Vector3 end ) : Ray_t
Ray ( bool intit = true ) : Ray_t

Method Details

Init() public static méthode

public static Init ( Vector3 start, Vector3 end ) : Ray_t
start Vector3
end Vector3
Résultat Ray_t

Ray() public static méthode

public static Ray ( bool intit = true ) : Ray_t
intit bool
Résultat Ray_t