UnityEngine.ShaderVariantCollection.RemoveInternal C# (CSharp) Method

RemoveInternal() private method

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