Files
XCEngine/docs/api/XCEngine/Components/LightComponent/GetCastsShadows.md

408 B

LightComponent::GetCastsShadows

命名空间: XCEngine::Components

类型: method

头文件: XCEngine/Components/LightComponent.h

签名

bool GetCastsShadows() const;

作用

返回 m_castsShadows 当前值。

当前实现

  • 返回 m_castsShadows 当前值。

相关文档