Exemplo n.º 1
0
 public TextureSource(UnityEngine.Texture texture) : this(Texture.WrapTexture(texture,
                                                                              EnsureNativePointer(texture), texture.width, texture.height, 1))
 {
 }
Exemplo n.º 2
0
 public TextureSource(UnityEngine.Texture texture) : this(Texture.WrapTexture(texture))
 {
 }