UnityEngine.ShaderVariantCollection.RemoveInternal C# (CSharp) 메소드

RemoveInternal() 개인적인 메소드

private RemoveInternal ( Shader shader, PassType passType, string keywords ) : bool
shader Shader
passType PassType
keywords string
리턴 bool
        private extern bool RemoveInternal(Shader shader, PassType passType, string[] keywords);
        [MethodImpl(MethodImplOptions.InternalCall), WrapperlessIcall]