C# Class FlatRedBall.Content.Math.Geometry.SphereSave

Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Méthodes publiques

Свойство Type Description
Alpha float
Blue float
Green float
Name string
Parent string
Radius float
Red float
X float
Y float
Z float

Méthodes publiques

Méthode Description
FromSphere ( FlatRedBall sphere ) : SphereSave
ToSphere ( ) : FlatRedBall.Math.Geometry.Sphere

Method Details

FromSphere() public static méthode

public static FromSphere ( FlatRedBall sphere ) : SphereSave
sphere FlatRedBall
Résultat SphereSave

ToSphere() public méthode

public ToSphere ( ) : FlatRedBall.Math.Geometry.Sphere
Résultat FlatRedBall.Math.Geometry.Sphere

Property Details

Alpha public_oe property

public float Alpha
Résultat float

Blue public_oe property

public float Blue
Résultat float

Green public_oe property

public float Green
Résultat float

Name public_oe property

public string Name
Résultat string

Parent public_oe property

public string Parent
Résultat string

Radius public_oe property

public float Radius
Résultat float

Red public_oe property

public float Red
Résultat float

X public_oe property

public float X
Résultat float

Y public_oe property

public float Y
Résultat float

Z public_oe property

public float Z
Résultat float