TINMAN 3D / REALTIME TERRAIN
Software Development Kit - User Manual

class EmptyBody in CodeX

The virtual method has an empty body and does not need to be called by overriding methods.

sealed class EmptyBody extends Attribute

Remarks

If the methods return type is void, it contains no statements at all. Otherwise it contains a single return statement that returns some default value of the return type (e.g. false for bool).