Version: 2020.3
언어: 한국어

Texture2D.UpdateExternalTexture

매뉴얼로 전환
public void UpdateExternalTexture (IntPtr nativeTex);

파라미터

nativeTex Native 2D texture object.

설명

Updates Unity texture to use different native texture object.

This function is mostly useful for native code plugins that create platform specific texture objects outside of Unity, and need to use these textures in Unity Scenes. For a texture created with CreateExternalTexture, this function switches to another underlying texture object if/when it changes.

See Also: CreateExternalTexture.