15 #ifndef HIDEINTERVAL_H 16 #define HIDEINTERVAL_H 18 #include "directbase.h" 19 #include "cInterval.h" 35 static int _unique_index;
41 static void init_type() {
42 CInterval::init_type();
43 register_type(_type_handle,
"HideInterval",
44 CInterval::get_class_type());
47 return get_class_type();
49 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
55 #include "hideInterval.I" virtual void priv_instant()
This is called in lieu of priv_initialize() .
The base class for timeline components.
virtual void priv_reverse_instant()
This is called in lieu of priv_reverse_initialize()
An interval that calls NodePath::hide().
TypeHandle is the identifier used to differentiate C++ class types.
NodePath is the fundamental system for disambiguating instances, and also provides a higher-level int...