C# Class Poonya.SEA3D.Objects.SEAObject

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

Méthodes publiques

Свойство Type Description
Compressed bool
Name string
Streaming bool
Type string
tag object

Méthodes publiques

Méthode Description
Read ( ByteArray stream ) : void
SEAObject ( ) : System
SEAObject ( string name, string type ) : System
Write ( ) : ByteArray

Method Details

Read() public méthode

public Read ( ByteArray stream ) : void
stream ByteArray
Résultat void

SEAObject() public méthode

public SEAObject ( ) : System
Résultat System

SEAObject() public méthode

public SEAObject ( string name, string type ) : System
name string
type string
Résultat System

Write() public méthode

public Write ( ) : ByteArray
Résultat ByteArray

Property Details

Compressed public_oe property

public bool Compressed
Résultat bool

Name public_oe property

public string Name
Résultat string

Streaming public_oe property

public bool Streaming
Résultat bool

Type public_oe property

public string Type
Résultat string

tag public_oe property

public object tag
Résultat object