Class SyncTextureImporter
Inheritance
System.Object
SyncTextureImporter
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)