Caps.MaxActiveLights
MaxActiveLights プロパティ
同時にアクティブにすることができるライトの最大数。物理デバイスによって、この能力は、指定されたパラメータに応じて Direct3DDevice オブジェクト間で異なることがある。
定義
Visual Basic | Public ReadOnly Property MaxActiveLights As Integer |
C# | public int MaxActiveLights { get; } |
Managed C++ | public: __property int get_MaxActiveLights(); |
JScript | public function get MaxActiveLights() : int |
プロパティ値
System.Int32.
これは読み取り専用プロパティである。
対象
© 2002 Microsoft Corporation. All rights reserved. Terms of use.