JonathanGiles / scenic-view

Scenic View is a JavaFX application designed to make it simple to understand the current state of your application scenegraph, and to also easily manipulate properties of the scenegraph without having to keep editing your code. This lets you find bugs, and get things pixel perfect without having to do the compile-check-compile dance.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom properties

mrbray99 opened this issue · comments

I have some custom properties in my classes. ScenicView does not seem to display all of them. What is the criteria that ScenicView uses to display custom properties.