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)]