|
| proto external TxaErrCode | LoadProfiles (string pProfilesPath) |
| |
| proto external int | GetNumProfiles () |
| |
| proto external int | GetProfileIndex (string profileName) |
| |
| proto external string | GetProfileName (int profileIndex) |
| |
| proto external int | GetProfileChannelCount (int profileIndex) |
| |
| proto external string | GetProfileChannelName (int profileIndex, int trackIndex) |
| |
| proto external string | GetProfileChannelGenFn (int profileIndex, int trackIndex) |
| |
| proto external TxaErrCode | TrackReset (int profileIndex, int nKeyframes, int fps, string sourceFile, string targetFile) |
| |
| proto external TxaErrCode | TrackLoad (string fileName, string hintSourceFileName) |
| |
| proto external TxaErrCode | TrackSetChannels (int nChannels, int nKeyframes, notnull array< float > pKeyframeData, notnull array< float > pDiffTgData) |
| |
| proto external int | TrackGetEventCount () |
| |
| proto external BaseContainer | TrackGetEvent (int index) |
| |
| proto external BaseContainer | TrackEditEvent (int index) |
| |
| proto external TxaErrCode | TrackAddGenericEvent () |
| |
| proto external TxaErrCode | TrackAddAudioEvent () |
| |
| proto external TxaErrCode | TrackAddWeightedEvent () |
| |
| proto external TxaErrCode | TrackEraseEvent (int index) |
| |
| proto external TxaErrCode | TrackClearCustomProperties () |
| |
| proto external TxaErrCode | TrackSetCustomProperty (string name, string value) |
| |
| proto external string | TrackGetCustomProperty (string name) |
| |
| proto external TxaErrCode | TrackExport () |
| |
| proto external TxaErrCode | ErrCode () |
| |
| proto external string | ErrMsg () |
| |
◆ ErrCode()
| proto external TxaErrCode TxaExporter.ErrCode |
( |
| ) |
|
◆ ErrMsg()
| proto external string TxaExporter.ErrMsg |
( |
| ) |
|
◆ GetNumProfiles()
| proto external int TxaExporter.GetNumProfiles |
( |
| ) |
|
◆ GetProfileChannelCount()
| proto external int TxaExporter.GetProfileChannelCount |
( |
int | profileIndex | ) |
|
◆ GetProfileChannelGenFn()
| proto external string TxaExporter.GetProfileChannelGenFn |
( |
int | profileIndex, |
|
|
int | trackIndex ) |
◆ GetProfileChannelName()
| proto external string TxaExporter.GetProfileChannelName |
( |
int | profileIndex, |
|
|
int | trackIndex ) |
◆ GetProfileIndex()
| proto external int TxaExporter.GetProfileIndex |
( |
string | profileName | ) |
|
◆ GetProfileName()
| proto external string TxaExporter.GetProfileName |
( |
int | profileIndex | ) |
|
◆ LoadProfiles()
| proto external TxaErrCode TxaExporter.LoadProfiles |
( |
string | pProfilesPath | ) |
|
◆ TrackAddAudioEvent()
| proto external TxaErrCode TxaExporter.TrackAddAudioEvent |
( |
| ) |
|
◆ TrackAddGenericEvent()
| proto external TxaErrCode TxaExporter.TrackAddGenericEvent |
( |
| ) |
|
◆ TrackAddWeightedEvent()
| proto external TxaErrCode TxaExporter.TrackAddWeightedEvent |
( |
| ) |
|
◆ TrackClearCustomProperties()
| proto external TxaErrCode TxaExporter.TrackClearCustomProperties |
( |
| ) |
|
◆ TrackEditEvent()
◆ TrackEraseEvent()
| proto external TxaErrCode TxaExporter.TrackEraseEvent |
( |
int | index | ) |
|
◆ TrackExport()
| proto external TxaErrCode TxaExporter.TrackExport |
( |
| ) |
|
◆ TrackGetCustomProperty()
| proto external string TxaExporter.TrackGetCustomProperty |
( |
string | name | ) |
|
◆ TrackGetEvent()
◆ TrackGetEventCount()
| proto external int TxaExporter.TrackGetEventCount |
( |
| ) |
|
◆ TrackLoad()
| proto external TxaErrCode TxaExporter.TrackLoad |
( |
string | fileName, |
|
|
string | hintSourceFileName ) |
◆ TrackReset()
| proto external TxaErrCode TxaExporter.TrackReset |
( |
int | profileIndex, |
|
|
int | nKeyframes, |
|
|
int | fps, |
|
|
string | sourceFile, |
|
|
string | targetFile ) |
◆ TrackSetChannels()
| proto external TxaErrCode TxaExporter.TrackSetChannels |
( |
int | nChannels, |
|
|
int | nKeyframes, |
|
|
notnull array< float > | pKeyframeData, |
|
|
notnull array< float > | pDiffTgData ) |
◆ TrackSetCustomProperty()
| proto external TxaErrCode TxaExporter.TrackSetCustomProperty |
( |
string | name, |
|
|
string | value ) |
The documentation for this interface was generated from the following file:
- WorkbenchGameCommon/generated/TxaExporter.c