/// <summary> /// Set the attribute. /// </summary> public void Set(Serializable ptr, IntVector2 src) { Runtime.ValidateRefCounted(this); AttributeAccessor_Set5(handle, (object)ptr == null ? IntPtr.Zero : ptr.Handle, ref src); }
/// <summary> /// Set the attribute. /// </summary> public void Set(Serializable ptr, string src) { Runtime.ValidateRefCounted(this); AttributeAccessor_Set_11(handle, (object)ptr == null ? IntPtr.Zero : ptr.Handle, src); }