UnityEngine.ShaderVariantCollection.AddInternal C# (CSharp) Method

AddInternal() private method

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