Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DialogueManager

editor version Unity 6000.0.6.32

naming convention

  • class name noun PascalCase
  • public class var camelCase
  • function PascalCase
  • method PascalCase
  • parameters _camelCase

documenting code

editor

  • [Header("")]
  • [Tooltip("")]

public functions/methods recommended

/// <summary>
/// Start timer will start the timer with the values passed in or
/// the public class variables are null.
/// </summary>
/// <param name="_countDown">The amount of time in seconds the timer will run.</param>
/// <param name="_autoRestart">If true the timer will restart when finish.</param>
/// <return>message about return</return>

commit guideline

message

[type][ticket][message]

Type

  • [DOC] Documentation
  • [BUG FIX] Bug Fix
  • [FEATURE]

branch

lower-case with - used instead of space

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages