C# Class Poonya.SEA3D.Objects.SEAObject3D

Inheritance: SEAObject
Afficher le fichier Open project: sunag/sea3d Class Usage Examples

Méthodes publiques

Свойство Type Description
animations List
parent int

Méthodes publiques

Méthode Description
SEAObject3D ( string name, string type ) : System.Collections.Generic
Write ( ) : ByteArray

Méthodes protégées

Méthode Description
Write3D ( ByteArray header ) : int
WriteTags ( ByteArray data ) : void

Method Details

SEAObject3D() public méthode

public SEAObject3D ( string name, string type ) : System.Collections.Generic
name string
type string
Résultat System.Collections.Generic

Write() public méthode

public Write ( ) : ByteArray
Résultat Poonya.Utils.ByteArray

Write3D() protected méthode

protected Write3D ( ByteArray header ) : int
header Poonya.Utils.ByteArray
Résultat int

WriteTags() protected méthode

protected WriteTags ( ByteArray data ) : void
data Poonya.Utils.ByteArray
Résultat void

Property Details

animations public_oe property

public List animations
Résultat List

parent public_oe property

public int parent
Résultat int