|
Survivalcraft API 1.8.2.3 v1.8.2.3
Survivalcraft 2.4
|


Public 成员函数 | |
| Ray2 (Vector2 position, Vector2 direction) | |
| override bool | Equals (object obj) |
| override int | GetHashCode () |
| override string | ToString () |
| bool | Equals (Ray2 other) |
| float? | Intersection (BoundingRectangle rectangle) |
| float? | Intersection (BoundingCircle circle) |
| Vector2 | Sample (float distance) |
静态 Public 成员函数 | |
| static Ray2 | Transform (Ray2 r, Matrix m) |
| static void | Transform (ref Ray2 r, ref Matrix m, out Ray2 result) |
| static bool | operator== (Ray2 a, Ray2 b) |
| static bool | operator!= (Ray2 a, Ray2 b) |
Public 属性 | |
| Vector2 | Position |
| Vector2 | Direction |
| float? Engine.Ray2.Intersection | ( | BoundingCircle | circle | ) |
| float? Engine.Ray2.Intersection | ( | BoundingRectangle | rectangle | ) |