Show / Hide Table of Contents

Class MotionDetail

Motion setting of action in behaviour.
行為中動作的運動設定。

Inheritance
System.Object
MotionDetail
Namespace: Votanic.vXR.vGear.Scenario
Assembly: Votanic.vXR.dll
Syntax
[Serializable]
public class MotionDetail

Fields

accelerationFactor

Motion accelerating value.
運動加速值。

Declaration
public float accelerationFactor
Field Value
Type Description
System.Single

decelerationFactor

Motion decelerating value.
運動減速值。

Declaration
public float decelerationFactor
Field Value
Type Description
System.Single

fadeColor

Color for fading.
淡出淡入效果的顏色。

Declaration
public Color fadeColor
Field Value
Type Description
UnityEngine.Color

fadedDuration

The duration of faded out state.
淡出後持續時間。

Declaration
public float fadedDuration
Field Value
Type Description
System.Single

lockUserNavigation

Lock user navigation when transforming.
變換時封鎖使用者導航。

Declaration
public bool lockUserNavigation
Field Value
Type Description
System.Boolean

method

Transition method of frame.
框架過場方法。

Declaration
public TransitionMethod method
Field Value
Type Description
TransitionMethod

motionFactor

Motion factor value of frame or objects.
框架或物件運動因子。

Declaration
public float motionFactor
Field Value
Type Description
System.Single

overrideMotion

Apply this motion setting to transformation.
使用這個運動設定於變換。

Declaration
public bool overrideMotion
Field Value
Type Description
System.Boolean

parameter

Motion calculation parameter of frame or objects.
框架或物件運動計算參數。

Declaration
public MotionParameter parameter
Field Value
Type Description
MotionParameter

resetUserToFrame

Reset user to frame center.
重置使用者至框架中心。

Declaration
public bool resetUserToFrame
Field Value
Type Description
System.Boolean

rotationRatio

Relatively rotation angle with 1 metre movement.
一米移動距離的相對旋轉角度。

Declaration
public float rotationRatio
Field Value
Type Description
System.Single

scalingRatio

Relatively scaling size with 1 metre movement.
一米移動距離的相對縮放大小。

Declaration
public float scalingRatio
Field Value
Type Description
System.Single

setUserToFloor

Adjust user height level to destination floor.
將使用者高度調整至目標地板。

Declaration
public bool setUserToFloor
Field Value
Type Description
System.Boolean

singlePointRepeat

Repeat action setting of a transformer that transform within 1 target point.
變換器重複動作設定,限於一個目標地點以內的變換。

Declaration
public SinglePointRepeat singlePointRepeat
Field Value
Type Description
SinglePointRepeat

unscaledDeltaTime

Using unscaled delta time if true.
當 true 時使用未縮放的時間變化。

Declaration
public bool unscaledDeltaTime
Field Value
Type Description
System.Boolean
In This Article
Back to top Generated by DocFX