Class SyncTextureImporter
Inheritance
SyncTextureImporter
Syntax
public class SyncTextureImporter : RuntimeImporter<SyncTexture, Texture2D>
Methods
Clear(Texture2D)
Declaration
protected override void Clear(Texture2D texture)
Parameters
Overrides
UnityEngine.Reflect.RuntimeImporter<SyncTexture, UnityEngine.Texture2D>.Clear(UnityEngine.Texture2D)
CreateNew(SyncTexture, Object)
Declaration
public override Texture2D CreateNew(SyncTexture syncTexture, object settings)
Parameters
Type |
Name |
Description |
SyncTexture |
syncTexture |
|
Object |
settings |
|
Returns
Overrides
UnityEngine.Reflect.RuntimeImporter<SyncTexture, UnityEngine.Texture2D>.CreateNew(SyncTexture, System.Object)
ImportInternal(SyncedData<SyncTexture>, Texture2D, Object)
Declaration
protected override void ImportInternal(SyncedData<SyncTexture> syncTexture, Texture2D texture, object settings)
Parameters
Overrides
UnityEngine.Reflect.RuntimeImporter<SyncTexture, UnityEngine.Texture2D>.ImportInternal(Unity.Reflect.SyncedData<SyncTexture>, UnityEngine.Texture2D, System.Object)