Class SyncTextureImporter | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class SyncTextureImporter

    Inheritance
    System.Object
    RuntimeImporter<SyncTexture, Texture2D>
    SyncTextureImporter
    Inherited Members
    RuntimeImporter<SyncTexture, Texture2D>.Import(SyncTexture, Object)
    RuntimeImporter<SyncTexture, Texture2D>.Reimport(SyncTexture, Texture2D, Object)
    RuntimeImporter<SyncTexture, Texture2D>.CreateNew(SyncTexture)
    RuntimeImporter<SyncTexture, Texture2D>.Clear(Texture2D)
    RuntimeImporter<SyncTexture, Texture2D>.ImportInternal(SyncTexture, Texture2D, Object)
    Namespace: UnityEngine.Reflect
    Syntax
    public class SyncTextureImporter : RuntimeImporter<SyncTexture, Texture2D>

    Methods

    Clear(Texture2D)

    Declaration
    protected override void Clear(Texture2D texture)
    Parameters
    Type Name Description
    Texture2D texture
    Overrides
    UnityEngine.Reflect.RuntimeImporter<SyncTexture, Texture2D>.Clear(Texture2D)

    CreateNew(SyncTexture)

    Declaration
    public override Texture2D CreateNew(SyncTexture syncTexture)
    Parameters
    Type Name Description
    SyncTexture syncTexture
    Returns
    Type Description
    Texture2D
    Overrides
    UnityEngine.Reflect.RuntimeImporter<SyncTexture, Texture2D>.CreateNew(SyncTexture)

    ImportInternal(SyncTexture, Texture2D, Object)

    Declaration
    protected override void ImportInternal(SyncTexture syncTexture, Texture2D texture, object settings)
    Parameters
    Type Name Description
    SyncTexture syncTexture
    Texture2D texture
    System.Object settings
    Overrides
    UnityEngine.Reflect.RuntimeImporter<SyncTexture, Texture2D>.ImportInternal(SyncTexture, Texture2D, System.Object)
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023