C# Class Warcraft.WMO.RootFile.Chunks.ModelPortalReferences

Inheritance: IRIFFChunk, IBinarySerializable
Afficher le fichier Open project: Nihlus/libwarcraft Class Usage Examples

Méthodes publiques

Свойство Type Description
PortalReferences List

Méthodes publiques

Méthode Description
GetSignature ( ) : string
LoadBinaryData ( byte inData ) : void
ModelPortalReferences ( ) : System.Collections.Generic
ModelPortalReferences ( byte inData ) : System.Collections.Generic
Serialize ( ) : byte[]

Method Details

GetSignature() public méthode

public GetSignature ( ) : string
Résultat string

LoadBinaryData() public méthode

public LoadBinaryData ( byte inData ) : void
inData byte
Résultat void

ModelPortalReferences() public méthode

public ModelPortalReferences ( ) : System.Collections.Generic
Résultat System.Collections.Generic

ModelPortalReferences() public méthode

public ModelPortalReferences ( byte inData ) : System.Collections.Generic
inData byte
Résultat System.Collections.Generic

Serialize() public méthode

public Serialize ( ) : byte[]
Résultat byte[]

Property Details

PortalReferences public_oe property

public List PortalReferences
Résultat List