Class MPSOffset
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.metalperformanceshaders.struct.MPSOffset
-
public final class MPSOffset extends org.moe.natj.c.StructObject
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetX(long value)< The horizontal component of the offset.voidsetY(long value)< The vertical component of the offset.voidsetZ(long value)< The depth component of the offset.longx()< The horizontal component of the offset.longy()< The vertical component of the offset.longz()< The depth component of the offset.
-
-
-
Method Detail
-
x
public long x()
< The horizontal component of the offset. Units: pixels
-
setX
public void setX(long value)
< The horizontal component of the offset. Units: pixels
-
y
public long y()
< The vertical component of the offset. Units: pixels
-
setY
public void setY(long value)
< The vertical component of the offset. Units: pixels
-
z
public long z()
< The depth component of the offset. Units: pixels
-
setZ
public void setZ(long value)
< The depth component of the offset. Units: pixels
-
-