[This is preliminary documentation and is subject to change.]
Default constructor
Namespace:
OpenMetaverse.ImagingAssembly: OpenMetaverse (in OpenMetaverse.dll) Version: 1.0.0.20057
Syntax
| C# | Visual Basic | Visual C++ |
public Baker( GridClient client, AppearanceManager..::.BakeType bakeType, int textureCount, Dictionary<int, float> paramValues )
Public Sub New ( _ client As GridClient, _ bakeType As AppearanceManager..::.BakeType, _ textureCount As Integer, _ paramValues As Dictionary(Of Integer, Single) _ )
public: Baker( GridClient^ client, AppearanceManager..::.BakeType bakeType, int textureCount, Dictionary<int, float>^ paramValues )
Parameters
- client
- GridClient
Reference to the GridClient object
- bakeType
- AppearanceManager..::.BakeType
[Missing <param name="bakeType"/> documentation for "M:OpenMetaverse.Imaging.Baker.#ctor(OpenMetaverse.GridClient,OpenMetaverse.AppearanceManager.BakeType,System.Int32,System.Collections.Generic.Dictionary{System.Int32,System.Single})"]
- textureCount
- Int32
Total number of layers this layer set is composed of
- paramValues
- Dictionary<(Of <(Int32, Single>)>)
Appearance parameters the drive the baking process
