Fix docs
This commit is contained in:
parent
1f473b16ee
commit
101e1eeb8e
@ -54,8 +54,9 @@ namespace Cyber.Entities.SyncBases {
|
||||
/// Runs the <see cref="Program"/> with some input, determined by the
|
||||
/// Trigger.
|
||||
/// </summary>
|
||||
/// <param name="Trigger">Determines the keycode given to the
|
||||
/// <param name="trigger">Determines the keycode given to the
|
||||
/// <see cref="Program"/>.</param>
|
||||
/// <param name="type">The interaction type.</param>
|
||||
public override void Interact(SyncBase trigger, InteractionType type) {
|
||||
if (type == InteractionType.Activate) {
|
||||
Hologram.Visible = true;
|
||||
|
@ -50,6 +50,8 @@ namespace Cyber.Util {
|
||||
/// <see cref="TextTextureRenderer"/> for usage.
|
||||
/// </summary>
|
||||
/// <param name="text">Text.</param>
|
||||
/// <param name="offsetX">X offset.</param>
|
||||
/// <param name="offsetY">Y offset.</param>
|
||||
/// <param name="background">Background.</param>
|
||||
/// <param name="fontSize">Font size.</param>
|
||||
/// <param name="width">Width.</param>
|
||||
|
Loading…
Reference in New Issue
Block a user