UnityEngine.ReflectionProbe.BlendCubemap C# (CSharp) Метод

BlendCubemap() приватный Метод

private BlendCubemap ( Texture src, Texture dst, float blend, RenderTexture target ) : bool
src Texture
dst Texture
blend float
target RenderTexture
Результат bool
        public static extern bool BlendCubemap(Texture src, Texture dst, float blend, RenderTexture target);
        [MethodImpl(MethodImplOptions.InternalCall)]