Usually, if there is a property that gets / sets a value for the state, I use "Is", for example:
Visibility: .IsVisible
But for properties that get / set actions, what is the best way to use it? How:
Casting shadows: .CastShadows
Should I use:
.DoesCastShadows
Is there a better alternative?
Joan venge
source share