ConnectorFollowType Enum

Definition

How does the Tooltip track with its parent object

This enumeration supports a bitwise combination of its member values.

public enum class ConnectorFollowType
[System.Flags]
public enum ConnectorFollowType
[<System.Flags>]
type ConnectorFollowType = 
Public Enum ConnectorFollowType
Inheritance
ConnectorFollowType
Attributes

Fields

AnchorOnly 1

The anchor will follow the target - pivot remains unaffected

Position 2

Anchor and pivot will follow target position, but not rotation

PositionAndXYRotation 8

Anchor and pivot will follow target like it's parented

PositionAndYRotation 4

Anchor and pivot will follow target like it's parented, but only on Y axis

Applies to