C# Class Poonya.SEA3D.Objects.SEAGeometryBase

Inheritance: SEAObject
Afficher le fichier Open project: sunag/sea3d

Méthodes publiques

Свойство Type Description
attrib int
jointPerVertex uint
numVertex uint

Méthodes publiques

Méthode Description
Read ( ByteArray stream ) : void
SEAGeometryBase ( string name, string type ) : Poonya.Utils
Write ( ) : ByteArray

Method Details

Read() public méthode

public Read ( ByteArray stream ) : void
stream Poonya.Utils.ByteArray
Résultat void

SEAGeometryBase() public méthode

public SEAGeometryBase ( string name, string type ) : Poonya.Utils
name string
type string
Résultat Poonya.Utils

Write() public méthode

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

Property Details

attrib public_oe property

public int attrib
Résultat int

jointPerVertex public_oe property

public uint jointPerVertex
Résultat uint

numVertex public_oe property

public uint numVertex
Résultat uint