Version: 5.6

WebGLExceptionSupport.ExplicitlyThrownExceptionsOnly

매뉴얼로 전환

설명

Enable throw support.

With this option, exceptions can be thrown and caught in WebGL. But only exceptions explictly thrown will work. NullReferenceExceptions can still cause your content to fail. This has a significant cost in performance and build size over WebGLExceptionSupport.None, so only use it when you need it.