C# 클래스 MilkShakeFramework.Components.Lighting.Lights.ConicLight
파일 보기
프로젝트 열기: lucas-jones/MilkShake-old
공개 메소드들
메소드 |
설명 |
|
ConicLight ( int size, float FOV, float nearPlaneDistance = 1 ) : System |
|
|
GenerateTexture ( ) : Microsoft.Xna.Framework.Graphics.Texture2D |
|
|
메소드 상세
public ConicLight ( int size, float FOV, float nearPlaneDistance = 1 ) : System |
size |
int |
|
FOV |
float |
|
nearPlaneDistance |
float |
|
리턴 |
System |
|
public GenerateTexture ( ) : Microsoft.Xna.Framework.Graphics.Texture2D |
리턴 |
Microsoft.Xna.Framework.Graphics.Texture2D |
|