C# Class Fusion.Engine.Graphics.SpotLight

ファイルを表示 Open project: demiurghg/FusionEngine

Public Properties

Property Type Description
Intensity Color4
Projection System.Matrix
RadiusInner float
RadiusOuter float
SpotView System.Matrix
TextureIndex int

Property Details

Intensity public_oe property

Spot-light intensity.
public Color4 Intensity
return Color4

Projection public_oe property

Spot-light projection matrix.
public Matrix,System Projection
return System.Matrix

RadiusInner public_oe property

Spot-light inner radius.
public float RadiusInner
return float

RadiusOuter public_oe property

Spot-light outer radius.
public float RadiusOuter
return float

SpotView public_oe property

Spot-light view matrix.
public Matrix,System SpotView
return System.Matrix

TextureIndex public_oe property

Spot-light mask texture index.
public int TextureIndex
return int