public ClockGroup(TimelineGroup timelineGroup, bool controllable) : this(NoesisGUI_PINVOKE.new_ClockGroup(TimelineGroup.getCPtr(timelineGroup), controllable), true) { if (NoesisGUI_PINVOKE.SWIGPendingException.Pending) { throw NoesisGUI_PINVOKE.SWIGPendingException.Retrieve(); } }
public ClockGroup(TimelineGroup timelineGroup, bool controllable) : this(NoesisGUI_PINVOKE.new_ClockGroup(TimelineGroup.getCPtr(timelineGroup), controllable), true) { #if UNITY_EDITOR || NOESIS_API if (NoesisGUI_PINVOKE.SWIGPendingException.Pending) { throw NoesisGUI_PINVOKE.SWIGPendingException.Retrieve(); } #endif }
internal static HandleRef getCPtr(TimelineGroup obj) { return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr); }
public ClockGroup(TimelineGroup timelineGroup, bool controllable) : this(NoesisGUI_PINVOKE.new_ClockGroup(TimelineGroup.getCPtr(timelineGroup), controllable), true) { }