Beispiel #1
0
 static extern void FRandomStream_VRandCone2(ref RandomStream selfParameter, out Vector3 result, Vector3 dir, float horizontalConeHalfAngleRad, float verticalConeHalfAngleRad);
Beispiel #2
0
 static extern void FRandomStream_VRandCone(ref RandomStream selfParameter, out Vector3 result, Vector3 dir, float coneHalfAngleRad);
Beispiel #3
0
 static extern int FRandomStream_RandRange(ref RandomStream selfParameter, int min, int max);
Beispiel #4
0
 static extern void FRandomStream_GetUnitVector(ref RandomStream selfParameter, out Vector3 result);
Beispiel #5
0
 static extern uint FRandomStream_GetUnsignedInt(ref RandomStream selfParameter);
Beispiel #6
0
 static extern float FRandomStream_GetFraction(ref RandomStream selfParameter);