Prints the boolean squared by reference.
Namespace:
com.onlineobject.objectnet
Assembly:
ObjectNetAPI (in ObjectNetAPI.dll)
public static bool PrintBooleanSquaredByRef(
ref SerializedProperty value,
string title,
string icon,
int iconSize,
int fontSize
)
Parameters
- value
- Type: SerializedProperty%
The value.
- title
- Type: String
The title.
- icon
- Type: String
The icon.
- iconSize
- Type: Int32
Size of the icon.
- fontSize
- Type: Int32
Size of the font.
Return Value
true if XXXX,
false otherwise.