[This is preliminary documentation and is subject to change.]
Gets or sets an ActorConfig from the collection.
| C# | Visual Basic | Visual C++ |
public ActorConfig this[ int index ] { get; set; }
Public Default Property Item ( _ index As Integer _ ) As ActorConfig
public: property ActorConfig^ default[int index] { ActorConfig^ get (int index); void set (int index, ActorConfig^ value); }
- index (Int32)
- The zero-based index of the collection member to get or set.
The ActorConfig at the specified index.