MaterialCullingMode()
语法
MaterialCullingMode(#Material, Mode)概要
Set the culling mode for the material.
参数
#Material The material to use. Mode It can be one of the following value: #PB_Material_NoCulling : no culling. #PB_Material_ClockWiseCull : clockwise culling. #PB_Material_AntiClockWiseCull: anticlockwise culling.
返回值
无.
Remarks
To get the current material cullling mode, use GetMaterialAttribute().
参阅
GetMaterialAttribute()
已支持操作系统
所有