C# Class FullInspector.Internal.fiCommentUtility

Contains some utility functions that are useful when drawing the GUI for CommentAttributes.
Mostra file Open project: jacobdufault/fullinspector

Public Methods

Method Description
GetCommentHeight ( string comment, CommentType commentType ) : int

Returns the height of the given comment.

Method Details

GetCommentHeight() public static method

Returns the height of the given comment.
public static GetCommentHeight ( string comment, CommentType commentType ) : int
comment string
commentType CommentType
return int