Python Reference Guide
 
Loading...
Searching...
No Matches
FBPlugMoveSrcLocation Class Reference

Controls where the source plug will move related to the second plug marking where it should be moved. More...

#include <pyfbsdk_generated.h>

Inheritance diagram for FBPlugMoveSrcLocation:

Public Attributes

 kFBPlugMoveSrcToExactLocation
 The source will be moved to the exact location of the other plug.
 
 kFBPlugMoveSrcMoveBefore
 The source will be moved before the other plug specified.
 
 kFBPlugMoveSrcMoveAfter
 The source will be moved after the other plug specified.
 

Detailed Description

Controls where the source plug will move related to the second plug marking where it should be moved.

Member Data Documentation

◆ kFBPlugMoveSrcMoveAfter

kFBPlugMoveSrcMoveAfter

The source will be moved after the other plug specified.

◆ kFBPlugMoveSrcMoveBefore

kFBPlugMoveSrcMoveBefore

The source will be moved before the other plug specified.

◆ kFBPlugMoveSrcToExactLocation

kFBPlugMoveSrcToExactLocation

The source will be moved to the exact location of the other plug.