| 2208 | } |
| 2209 | |
| 2210 | void EveSpaceObject2::SetCastsShadow( bool castShadow ) |
| 2211 | { |
| 2212 | m_castShadow = castShadow; |
| 2213 | } |
| 2214 | |
| 2215 | void EveSpaceObject2::PlayAnimation( const char* animName, bool replace, int loopCount, float delay, float speed, Be::OptionalWithDefaultValue<bool, true> clearWhenDone ) |
| 2216 | { |