C# Class Poonya.SEA3D.Objects.SEAObject

Show file Open project: sunag/sea3d Class Usage Examples

Public Properties

Property Type Description
Compressed bool
Name string
Streaming bool
Type string
tag object

Public Methods

Method Description
Read ( ByteArray stream ) : void
SEAObject ( ) : System
SEAObject ( string name, string type ) : System
Write ( ) : ByteArray

Method Details

Read() public method

public Read ( ByteArray stream ) : void
stream ByteArray
return void

SEAObject() public method

public SEAObject ( ) : System
return System

SEAObject() public method

public SEAObject ( string name, string type ) : System
name string
type string
return System

Write() public method

public Write ( ) : ByteArray
return ByteArray

Property Details

Compressed public property

public bool Compressed
return bool

Name public property

public string Name
return string

Streaming public property

public bool Streaming
return bool

Type public property

public string Type
return string

tag public property

public object tag
return object