Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
C# (CSharp) OVRPlayerController.Stepの例
プログラミング言語:
C# (CSharp)
クラス/型:
OVRPlayerController
メソッド/関数:
Step
hotexamples.comのコード掲載数:
1
C# (CSharp) OVRPlayerController.Step - 1件のコード例が見つかりました
。すべてオープンソースプロジェクトから抽出されたC# (CSharp)の
OVRPlayerController.Step
パッケージから cs-mini-modbot-simulationの実例で、最も評価が高いものを厳選しています。コード例の評価を行っていただくことで、より質の高いコード例が表示されるようになります。
よく使われるメソッド
表示
非表示
Jump(7)
SetMoveScaleMultiplier(7)
SetSkipMouseRotation(7)
SetHaltUpdateMovement(4)
ShakingHeadChecker(3)
GetComponent(2)
GetMoveScaleMultiplier(2)
GetRotationScaleMultiplier(2)
SetRotationScaleMultiplier(2)
FixPositionAfterTeleport(1)
UpdateMovement(1)
ToggleCrouch(1)
StopIgnore(1)
Step(1)
SetAllowMouseRotation(1)
SetLocation(1)
GetAllowMouseRotation(1)
RotateVRplayer(1)
RotateCamerasFromGestrure(1)
ResetOrientation(1)
IsCrouched(1)
GetSkipMouseRotation(1)
GetComponents(1)
getSwingVelocity(1)
よく使われるメソッド
Jump (7)
SetMoveScaleMultiplier (7)
SetSkipMouseRotation (7)
SetHaltUpdateMovement (4)
ShakingHeadChecker (3)
GetComponent (2)
GetMoveScaleMultiplier (2)
GetRotationScaleMultiplier (2)
SetRotationScaleMultiplier (2)
FixPositionAfterTeleport (1)
よく使われるメソッド
UpdateMovement (1)
ToggleCrouch (1)
StopIgnore (1)
Step (1)
SetAllowMouseRotation (1)
SetLocation (1)
GetAllowMouseRotation (1)
RotateVRplayer (1)
RotateCamerasFromGestrure (1)
ResetOrientation (1)
IsCrouched (1)
GetSkipMouseRotation (1)
GetComponents (1)
getSwingVelocity (1)
よく使われるメソッド
IsCrouched (1)
GetSkipMouseRotation (1)
GetComponents (1)
getSwingVelocity (1)
OVRPlayerController Class Documentation
コード例 #1
0
ファイルを表示
void TakeAStep(float accuracy) { OVRPlayerController.Step(STEP_SIZE, 0.25f); }
x