Class YGDirtiedFunc

java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.util.yoga.YGDirtiedFunc
All Implemented Interfaces:
AutoCloseable, CallbackI, NativeResource, Pointer, YGDirtiedFuncI

public abstract class YGDirtiedFunc extends Callback implements YGDirtiedFuncI

Type


 void (*YGDirtiedFuncI.invoke(long)) (
     YGNodeRef node
 )
  • Method Details

    • create

      public static YGDirtiedFunc create(long functionPointer)
      Creates a YGDirtiedFunc instance from the specified function pointer.
      Returns:
      the new YGDirtiedFunc
    • createSafe

      @Nullable public static YGDirtiedFunc createSafe(long functionPointer)
      Like create, but returns null if functionPointer is NULL.
    • create

      public static YGDirtiedFunc create(YGDirtiedFuncI instance)
      Creates a YGDirtiedFunc instance that delegates to the specified YGDirtiedFuncI instance.