Share via


GLKTextureLoader.OriginBottomLeft Property

Definition

Represents the value associated with the constant GLKTextureLoaderOriginBottomLeft

[Foundation.Field("GLKTextureLoaderOriginBottomLeft", "GLKit")]
public static Foundation.NSString OriginBottomLeft { get; }
[<Foundation.Field("GLKTextureLoaderOriginBottomLeft", "GLKit")>]
static member OriginBottomLeft : Foundation.NSString

Property Value

Attributes

Remarks

Used as a key for textureOperations if you are using the NSDictionary overloads instead of the strongly typed GLKTextureOperations class.

Applies to