C# 클래스 FlatRedBall.Content.Math.Geometry.SphereSave

파일 보기 프로젝트 열기: vchelaru/FlatRedBall 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Alpha float
Blue float
Green float
Name string
Parent string
Radius float
Red float
X float
Y float
Z float

공개 메소드들

메소드 설명
FromSphere ( FlatRedBall sphere ) : SphereSave
ToSphere ( ) : FlatRedBall.Math.Geometry.Sphere

메소드 상세

FromSphere() 공개 정적인 메소드

public static FromSphere ( FlatRedBall sphere ) : SphereSave
sphere FlatRedBall
리턴 SphereSave

ToSphere() 공개 메소드

public ToSphere ( ) : FlatRedBall.Math.Geometry.Sphere
리턴 FlatRedBall.Math.Geometry.Sphere

프로퍼티 상세

Alpha 공개적으로 프로퍼티

public float Alpha
리턴 float

Blue 공개적으로 프로퍼티

public float Blue
리턴 float

Green 공개적으로 프로퍼티

public float Green
리턴 float

Name 공개적으로 프로퍼티

public string Name
리턴 string

Parent 공개적으로 프로퍼티

public string Parent
리턴 string

Radius 공개적으로 프로퍼티

public float Radius
리턴 float

Red 공개적으로 프로퍼티

public float Red
리턴 float

X 공개적으로 프로퍼티

public float X
리턴 float

Y 공개적으로 프로퍼티

public float Y
리턴 float

Z 공개적으로 프로퍼티

public float Z
리턴 float