[This is preliminary documentation and is subject to change.]
Removes the first occurrence of a specific ActorConfig from the ActorConfigCollection.
| C# | Visual Basic | Visual C++ |
public void Remove( ActorConfig value )
Public Sub Remove ( _ value As ActorConfig _ )
public: void Remove( ActorConfig^ value )
- value (ActorConfig)
- The ActorConfig to remove from the ActorConfigCollection.