Click or drag to resize

TouchInteractabletransitionType Property

The transition type(s) to be used when transitioning to various states. Multiple transition types can be used simultaneously. Denote multiple transition types using bitwise operations.

Namespace:  Rewired.ComponentControls
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public TouchInteractableTransitionTypeFlags transitionType { get; set; }

Property Value

Type: TouchInteractableTransitionTypeFlags
See Also