Property | Type | Description | |
---|---|---|---|
CompressedBlob | byte[] | ||
CompressedTrackOffsets | List |
||
KeyEncodingFormat | int | ||
MyIndex | int | ||
NumFrames | int | ||
Props | List |
||
RateScale | float | ||
RotationCompressionFormat | int | ||
SequenceLength | float | ||
SequenceName | int | ||
Unknown | int | ||
bIsAdditive | bool | ||
bNoLoopingInterpolation | bool | ||
data | byte[] | ||
m_pBioAnimSetData | int | ||
pcc | ME3Package |
Method | Description | |
---|---|---|
AnimSequence ( ME3Package Pcc, int Index ) : System | ||
DecompressVector3 ( System.Vector3 v ) : System.Vector4 | ||
GetArrayContent ( byte raw ) : byte[] | ||
GetArrayCount ( byte raw ) : int | ||
ImportKeys ( System.Vector3 loc, System.Vector4 rot, int time ) : void | ||
ReadCompressedBlob ( ) : void | ||
ReadTrackOffsets ( byte raw ) : void | ||
ReadVector3 ( int pos ) : System.Vector3 | ||
ReadVector4 ( int pos ) : System.Vector4 | ||
SaveChanges ( ) : void | ||
ToTree ( ) : |
||
TracksToTree ( ) : |
public AnimSequence ( ME3Package Pcc, int Index ) : System | ||
Pcc | ME3Package | |
Index | int | |
return | System |
public DecompressVector3 ( System.Vector3 v ) : System.Vector4 | ||
v | System.Vector3 | |
return | System.Vector4 |
public ImportKeys ( System.Vector3 loc, System.Vector4 rot, int time ) : void | ||
loc | System.Vector3 | |
rot | System.Vector4 | |
time | int | |
return | void |
public ReadVector3 ( int pos ) : System.Vector3 | ||
pos | int | |
return | System.Vector3 |
public ReadVector4 ( int pos ) : System.Vector4 | ||
pos | int | |
return | System.Vector4 |
public TracksToTree ( ) : |
||
return |