MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / Add

Method Add

Source/Editor/Options/InputBinding.cs:512–515  ·  view source on GitHub ↗

Adds the specified binding. The input binding.

(Binding binding)

Source from the content-addressed store, hash-verified

510 /// </summary>
511 /// <param name="binding">The input binding.</param>
512 public void Add(Binding binding)
513 {
514 Bindings.Add(binding);
515 }
516
517 /// <summary>
518 /// Adds the specified binding.

Callers 2

AddCustomSettingsMethod · 0.45
LoadMethod · 0.45

Calls 1

AddRangeMethod · 0.45

Tested by

no test coverage detected