C# Class Poonya.SEA3D.Objects.SEADummy

Inheritance: SEAObject3D
Mostrar archivo Open project: sunag/sea3d Class Usage Examples

Public Properties

Property Type Description
depth float
height float
transform float[]
width float

Public Methods

Method Description
SEADummy ( string name ) : System.Collections.Generic
Write ( ) : ByteArray

Method Details

SEADummy() public method

public SEADummy ( string name ) : System.Collections.Generic
name string
return System.Collections.Generic

Write() public method

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

Property Details

depth public_oe property

public float depth
return float

height public_oe property

public float height
return float

transform public_oe property

public float[] transform
return float[]

width public_oe property

public float width
return float