C# Class Poonya.SEA3D.Objects.SEAObject3D

Inheritance: SEAObject
Show file Open project: sunag/sea3d Class Usage Examples

Public Properties

Property Type Description
animations List
parent int

Public Methods

Method Description
SEAObject3D ( string name, string type ) : System.Collections.Generic
Write ( ) : ByteArray

Protected Methods

Method Description
Write3D ( ByteArray header ) : int
WriteTags ( ByteArray data ) : void

Method Details

SEAObject3D() public method

public SEAObject3D ( string name, string type ) : System.Collections.Generic
name string
type string
return System.Collections.Generic

Write() public method

public Write ( ) : ByteArray
return Poonya.Utils.ByteArray

Write3D() protected method

protected Write3D ( ByteArray header ) : int
header Poonya.Utils.ByteArray
return int

WriteTags() protected method

protected WriteTags ( ByteArray data ) : void
data Poonya.Utils.ByteArray
return void

Property Details

animations public property

public List animations
return List

parent public property

public int parent
return int