41 INLINE
explicit TextGraphic(
const NodePath &model, PN_stdfloat left, PN_stdfloat right, PN_stdfloat bottom, PN_stdfloat top);
44 INLINE
void set_model(
const NodePath &model);
45 MAKE_PROPERTY(model, get_model, set_model);
47 INLINE LVecBase4 get_frame()
const;
48 INLINE
void set_frame(
const LVecBase4 &frame);
49 INLINE
void set_frame(PN_stdfloat left, PN_stdfloat right, PN_stdfloat bottom, PN_stdfloat top);
50 MAKE_PROPERTY(frame, get_frame, set_frame);
52 INLINE
bool get_instance_flag()
const;
53 INLINE
void set_instance_flag(
bool instance_flag);
54 MAKE_PROPERTY(instance_flag, get_instance_flag, set_instance_flag);
This defines a special model that has been constructed for the purposes of embedding an arbitrary gra...
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.