![]() |
LipSync Pro
1.31
|
Public Member Functions | |
| override void | OnModalGUI () |
| void | FixEmotionBlends () |
| void | StartAutoSyncDefault () |
| void | StartAutoSyncHQ () |
| void | OpenAutoSyncWindow (object mode) |
| bool | MinMaxScrollbar (Rect position, Rect viewportRect, ref float minValue, ref float maxValue, float minLimit, float maxLimit, float minThumbSize) |
| delegate void | LipSyncClipEditorMenuDelegate (LipSyncClipSetup instance) |
| delegate void | LipSyncClipEditorMenuItemDelegate (LipSyncClipSetup instance, GenericMenu menu) |
Static Public Member Functions | |
| static LipSyncClipSetup | ShowWindow () |
| static LipSyncClipSetup | ShowWindow (string loadPath, bool newWindow) |
| static LipSyncClipSetup | ShowWindow (string loadPath, bool newWindow, string oldFileName, string oldLastLoad, int oldMarkerTab, float oldSeekPosition) |
| static void | UpdateXMLFiles () |
Public Attributes | |
| AudioClip | clip |
| string | fileName = "Untitled" |
| bool | changed = false |
| List< PhonemeMarker > | phonemeData = new List<PhonemeMarker>() |
| List< GestureMarker > | gestureData = new List<GestureMarker>() |
| List< EmotionMarker > | emotionData = new List<EmotionMarker>() |
| List< EmotionMarker > | unorderedEmotionData = new List<EmotionMarker>() |
| string | transcript = "" |
| LipSyncProject | settings |
| bool | previewOutOfDate = true |
| float | defaultEmotionIntensity |
| bool | defaultContinuousVariation |
| float | defaultVariationFrequency |
| float | defaultIntensityVariation |
| float | defaultBlendableVariation |
| float | defaultBonePositionVariation |
| float | defaultBoneRotationVariation |
| float | defaultPhonemeIntensity |
| bool | defaultUseRandomness |
| float | defaultIntensityRandomness |
| float | defaultBlendableRandomness |
| float | defaultBonePositionRandomness |
| float | defaultBoneRotationRandomness |
Public Attributes inherited from RogoDigital.ModalParent | |
| bool | disabled = false |
| ModalWindow | currentModal = null |
Static Public Attributes | |
| static LipSyncClipEditorMenuDelegate | onDrawTopMenuBar |
| static LipSyncClipEditorMenuItemDelegate | onDrawFileMenu |
| static LipSyncClipEditorMenuItemDelegate | onDrawEditMenu |
| static LipSyncClipEditorMenuItemDelegate | onDrawAutoSyncMenu |
| static LipSyncClipEditorMenuItemDelegate | onDrawHelpMenu |
| static List< RDEditorShortcut.Action > | shortcutActions |
Properties | |
| float | fileLength [get, set] |
Properties inherited from RogoDigital.ModalParent | |
| Vector2 | center [get] |
| void LipSyncClipSetup.FixEmotionBlends | ( | ) |
| delegate void LipSyncClipSetup.LipSyncClipEditorMenuDelegate | ( | LipSyncClipSetup | instance | ) |
| delegate void LipSyncClipSetup.LipSyncClipEditorMenuItemDelegate | ( | LipSyncClipSetup | instance, |
| GenericMenu | menu | ||
| ) |
| bool LipSyncClipSetup.MinMaxScrollbar | ( | Rect | position, |
| Rect | viewportRect, | ||
| ref float | minValue, | ||
| ref float | maxValue, | ||
| float | minLimit, | ||
| float | maxLimit, | ||
| float | minThumbSize | ||
| ) |
|
virtual |
Reimplemented from RogoDigital.ModalParent.
| void LipSyncClipSetup.OpenAutoSyncWindow | ( | object | mode | ) |
|
static |
|
static |
|
static |
| void LipSyncClipSetup.StartAutoSyncDefault | ( | ) |
| void LipSyncClipSetup.StartAutoSyncHQ | ( | ) |
|
static |
| bool LipSyncClipSetup.changed = false |
| AudioClip LipSyncClipSetup.clip |
| float LipSyncClipSetup.defaultBlendableRandomness |
| float LipSyncClipSetup.defaultBlendableVariation |
| float LipSyncClipSetup.defaultBonePositionRandomness |
| float LipSyncClipSetup.defaultBonePositionVariation |
| float LipSyncClipSetup.defaultBoneRotationRandomness |
| float LipSyncClipSetup.defaultBoneRotationVariation |
| bool LipSyncClipSetup.defaultContinuousVariation |
| float LipSyncClipSetup.defaultEmotionIntensity |
| float LipSyncClipSetup.defaultIntensityRandomness |
| float LipSyncClipSetup.defaultIntensityVariation |
| float LipSyncClipSetup.defaultPhonemeIntensity |
| bool LipSyncClipSetup.defaultUseRandomness |
| float LipSyncClipSetup.defaultVariationFrequency |
| List<EmotionMarker> LipSyncClipSetup.emotionData = new List<EmotionMarker>() |
| string LipSyncClipSetup.fileName = "Untitled" |
| List<GestureMarker> LipSyncClipSetup.gestureData = new List<GestureMarker>() |
|
static |
|
static |
|
static |
|
static |
|
static |
| List<PhonemeMarker> LipSyncClipSetup.phonemeData = new List<PhonemeMarker>() |
| bool LipSyncClipSetup.previewOutOfDate = true |
| LipSyncProject LipSyncClipSetup.settings |
|
static |
| string LipSyncClipSetup.transcript = "" |
| List<EmotionMarker> LipSyncClipSetup.unorderedEmotionData = new List<EmotionMarker>() |
|
getset |