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

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
Red float
ScaleX float
ScaleY float
ScaleZ float
X float
Y float
Z float

Méthodes publiques

Méthode Description
FromAxisAlignedCube ( FlatRedBall cube ) : AxisAlignedCubeSave
ToAxisAlignedCube ( ) : FlatRedBall.Math.Geometry.AxisAlignedCube

Method Details

FromAxisAlignedCube() public static méthode

public static FromAxisAlignedCube ( FlatRedBall cube ) : AxisAlignedCubeSave
cube FlatRedBall
Résultat AxisAlignedCubeSave

ToAxisAlignedCube() public méthode

public ToAxisAlignedCube ( ) : FlatRedBall.Math.Geometry.AxisAlignedCube
Résultat FlatRedBall.Math.Geometry.AxisAlignedCube

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

Red public_oe property

public float Red
Résultat float

ScaleX public_oe property

public float ScaleX
Résultat float

ScaleY public_oe property

public float ScaleY
Résultat float

ScaleZ public_oe property

public float ScaleZ
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