Exemple #1
0
 private void Mesh_OnInvalidAttribSet(object sender, AttribSetEventArgs e)
 {
     eventArgs.Add(e);
 }
 /// <summary>
 /// Raises the <see cref="InvalidAttribSet"/> event with the specified args.
 /// </summary>
 /// <param name="e">The vertex attribut information</param>
 protected virtual void OnInvalidAttribSet(AttribSetEventArgs e)
 {
     InvalidAttribSet?.Invoke(this, e);
 }