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

ファイルを表示 Open project: vchelaru/FlatRedBall Class Usage Examples

Public Properties

Property 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

Public Methods

Method Description
FromAxisAlignedCube ( FlatRedBall cube ) : AxisAlignedCubeSave
ToAxisAlignedCube ( ) : FlatRedBall.Math.Geometry.AxisAlignedCube

Method Details

FromAxisAlignedCube() public static method

public static FromAxisAlignedCube ( FlatRedBall cube ) : AxisAlignedCubeSave
cube FlatRedBall
return AxisAlignedCubeSave

ToAxisAlignedCube() public method

public ToAxisAlignedCube ( ) : FlatRedBall.Math.Geometry.AxisAlignedCube
return FlatRedBall.Math.Geometry.AxisAlignedCube

Property Details

Alpha public_oe property

public float Alpha
return float

Blue public_oe property

public float Blue
return float

Green public_oe property

public float Green
return float

Name public_oe property

public string Name
return string

Parent public_oe property

public string Parent
return string

Red public_oe property

public float Red
return float

ScaleX public_oe property

public float ScaleX
return float

ScaleY public_oe property

public float ScaleY
return float

ScaleZ public_oe property

public float ScaleZ
return float

X public_oe property

public float X
return float

Y public_oe property

public float Y
return float

Z public_oe property

public float Z
return float