單項選擇題public class ExampleClass:MonoBehaviour{Camera cam;voidStart(){cam.cullingMask=1<<0;}}以上代碼的作用,是把相機能夠渲染的層級調整為()。
A.1層
B.0層
C.2層
D.3層
您可能感興趣的試卷
你可能感興趣的試題
1.單項選擇題使用unity3D引擎過程中,3D Camera上clear Flags選項,如果渲染3d場景一般選為什么。()
A.SkyBox
B.DepthOnly
C.SolidColor
D.DonotClear
2.單項選擇題使用unity3D引擎過程中,F(xiàn)ixedUpdate函數(shù)引擎默認的渲染間隔為()秒。
A.0.01
B.0.02
C.0.015
D.0.025