GAF  3.4.10
General animation format player for Unity
Public Types | Public Member Functions | List of all members
TagBase Class Referenceabstract
Inheritance diagram for TagBase:
TagDefineAnimationFrames TagDefineAnimationMasks TagDefineAnimationObjects TagDefineAtlas TagDefineAtlas2 TagDefineEnd TagDefineNamedParts TagDefineSequences TagDefineStage TagDefineTextFields

Public Types

enum  TagType {
  TagType.TagInvalid = -1, TagType.TagEnd = 0, TagType.TagDefineAtlas = 1, TagType.TagDefineAnimationMasks = 2,
  TagType.TagDefineAnimationObjects = 3, TagType.TagDefineAnimationFrames = 4, TagType.TagDefineNamedParts = 5, TagType.TagDefineSequences = 6
}
 

Public Member Functions

abstract void Read (BinaryReader _GAFFileReader, GAFAnimationData _Data)
 

Member Enumeration Documentation

Enumerator
TagInvalid 
TagEnd 
TagDefineAtlas 
TagDefineAnimationMasks 
TagDefineAnimationObjects 
TagDefineAnimationFrames 
TagDefineNamedParts 
TagDefineSequences 

Member Function Documentation

abstract void TagBase.Read ( BinaryReader  _GAFFileReader,
GAFAnimationData  _Data 
)
pure virtual

The documentation for this class was generated from the following file: