お好みのスクリプト言語を選択すると、サンプルコードがその言語で表示されます。
Namespace: UnityEngine
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
Closeランダムなデータを生成するためのクラスです。
insideUnitCircle | 半径1 の円の内部のランダムな点を返します (Read Only) |
insideUnitSphere | 半径1 の球体の内部のランダムな点を返します (Read Only) |
onUnitSphere | 半径1 の球体の表面上にランダムな点を返します (Read Only) |
rotation | ランダムなQuaternion型の値を返します (Read Only) |
rotationUniform | ランダムなQuaternion型の値を返します (Read Only) |
seed | 乱数を生成する初期値を設定します |
value | Returns a random number between 0.0 [inclusive] and 1.0 [inclusive] (Read Only). |
Range | Returns a random float number between and min [inclusive] and max [inclusive] (Read Only). |