C# Class Poonya.SEA3D.Objects.SEALight

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

Méthodes publiques

Свойство Type Description
color int
multiplier float

Méthodes publiques

Méthode Description
SEALight ( string name, string type ) : System.Collections.Generic
Write ( ) : ByteArray

Méthodes protégées

Méthode Description
WriteLight ( ByteArray header ) : int

Method Details

SEALight() public méthode

public SEALight ( string name, string type ) : System.Collections.Generic
name string
type string
Résultat System.Collections.Generic

Write() public méthode

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

WriteLight() protected méthode

protected WriteLight ( ByteArray header ) : int
header Poonya.Utils.ByteArray
Résultat int

Property Details

color public_oe property

public int color
Résultat int

multiplier public_oe property

public float multiplier
Résultat float