GetLightSource#
- ExportStudio.GetLightSource()#
光源に対応する
ExportSystemItem
を取得します。
存在しない場合はnil
を返します。- Returns:
光源に対応する
ExportSystemItem
- Return type:
Example#
local light = vci.vc.studio.GetLightSource()
光源に対応する ExportSystemItem
を取得します。
存在しない場合は nil
を返します。
光源に対応する ExportSystemItem
local light = vci.vc.studio.GetLightSource()