Add setter docs for GlfwWindow#renderCode
This commit is contained in:
parent
6f8d190d6f
commit
ffcf4604a4
1 changed files with 5 additions and 0 deletions
|
@ -83,6 +83,11 @@ public final class GlfwWindow extends Window {
|
||||||
*
|
*
|
||||||
* @return rendering code
|
* @return rendering code
|
||||||
* @since v1-alpha8
|
* @since v1-alpha8
|
||||||
|
* -- SETTER --
|
||||||
|
* Sets the code to execute in {@link #render()}
|
||||||
|
*
|
||||||
|
* @param renderCode new rendering code
|
||||||
|
* @since v1-alpha8
|
||||||
*/
|
*/
|
||||||
@Getter
|
@Getter
|
||||||
@Setter
|
@Setter
|
||||||
|
|
Loading…
Reference in a new issue