Diff of /trunk/ModularRex/RexFramework/RexMaterialsDictionary.cs
Parent Directory
|
Revision Log
|
Patch
| revision 56, Wed Feb 4 15:15:52 2009 UTC | revision 57, Fri Feb 6 08:28:47 2009 UTC | |
|---|---|---|
| # | Line 32 | Line 32 |
| 32 | this[vIndex] = vMaterialUUID; | this[vIndex] = vMaterialUUID; |
| 33 | } | } |
| 34 | if (MyPart != null) | if (MyPart != null) |
| 35 | MyPart.SchedulePropertiesUpdate(true); | MyPart.TriggerChangedRexObjectProperties(); |
| 36 | } | } |
| 37 | ||
| 38 | public void DeleteMaterialByIndex(uint vIndex) | public void DeleteMaterialByIndex(uint vIndex) |
| # | Line 43 | Line 43 |
| 43 | { | { |
| 44 | Remove(vIndex); | Remove(vIndex); |
| 45 | if (MyPart != null) | if (MyPart != null) |
| 46 | MyPart.SchedulePropertiesUpdate(true); | MyPart.TriggerChangedRexObjectProperties(); |
| 47 | } | } |
| 48 | } | } |
| 49 | } | } |
| # | Line 55 | Line 55 |
| 55 | Clear(); | Clear(); |
| 56 | } | } |
| 57 | if (MyPart != null) | if (MyPart != null) |
| 58 | MyPart.SchedulePropertiesUpdate(true); | MyPart.TriggerChangedRexObjectProperties(); |
| 59 | } | } |
| 60 | ||
| 61 |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

