C# 클래스 Fusion.Engine.Graphics.SpotLight

파일 보기 프로젝트 열기: demiurghg/FusionEngine

공개 프로퍼티들

프로퍼티 타입 설명
Intensity Color4
Projection System.Matrix
RadiusInner float
RadiusOuter float
SpotView System.Matrix
TextureIndex int

프로퍼티 상세

Intensity 공개적으로 프로퍼티

Spot-light intensity.
public Color4 Intensity
리턴 Color4

Projection 공개적으로 프로퍼티

Spot-light projection matrix.
public Matrix,System Projection
리턴 System.Matrix

RadiusInner 공개적으로 프로퍼티

Spot-light inner radius.
public float RadiusInner
리턴 float

RadiusOuter 공개적으로 프로퍼티

Spot-light outer radius.
public float RadiusOuter
리턴 float

SpotView 공개적으로 프로퍼티

Spot-light view matrix.
public Matrix,System SpotView
리턴 System.Matrix

TextureIndex 공개적으로 프로퍼티

Spot-light mask texture index.
public int TextureIndex
리턴 int