VS:GetLightFalloff/ja: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (1 revision)
 
m (1 revision)
 
(No difference)

Latest revision as of 14:32, 12 August 2013

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Description

ハンドルで指定した光源の、減衰距離と減衰角度を返します。

PROCEDURE GetLightFalloff(
light :HANDLE;
VAR distFalloff :INTEGER;
VAR angFalloff :INTEGER);
def vs.GetLightFalloff(light):
    return (distFalloff, angFalloff)

Parameters

light HANDLE 光源のハンドル
distFalloff INTEGER 減衰距離
angFalloff INTEGER 減衰角度

Version

利用可能バージョン: MiniCAD7.0.1