Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


supportsTextureWrapMirrorOnce

Returns a value of 1 or higher if the 'Mirror Once' texture wrap mode is supported. (Read Only)
Read time 1 minuteLast updated 12 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public static int supportsTextureWrapMirrorOnce { get; }

Remarks

The property returns a value of 1 or higher if the 'Mirror Once' texture wrap mode is supported, or a value of 0 if it is not supported.
Additional Resources: TextureWrapMode.MirrorOnce.