Class YGCloneNodeFunc

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

public abstract class YGCloneNodeFunc extends Callback implements YGCloneNodeFuncI
Callback function: YGCloneNodeFunc
  • Method Details

    • create

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

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

      public static YGCloneNodeFunc create(YGCloneNodeFuncI instance)
      Creates a YGCloneNodeFunc instance that delegates to the specified YGCloneNodeFuncI instance.