|
M&B: Bannerlord 1.3.4
The horns sound, the ravens gather.
|
Static Public Member Functions | |
| static ThumbnailRenderRequest | CreateWithTexture (Scene scene, Camera camera, Texture texture, GameEntity entity, string renderId, string debugName, int allocationGroupIndex) |
| static ThumbnailRenderRequest | CreateWithoutTexture (Scene scene, Camera camera, GameEntity entity, string renderId, int width, int height, string debugName, int allocationGroupIndex) |
| static ThumbnailRenderRequest | CreateForCachedEntity (Scene scene, Camera camera, Texture texture, string cachedEntityId, string renderId, string debugName, int allocationGroupIndex) |
| static ThumbnailRenderRequest | CreateForCachedEntityWithoutTexture (Scene scene, Camera camera, string cachedEntityId, string renderId, int width, int height, string debugName, int allocationGroupIndex) |
Public Attributes | |
| UIntPtr | ScenePointer |
| UIntPtr | CameraPointer |
| UIntPtr | TexturePointer |
| string | CachedEntityId |
| UIntPtr | EntityPointer |
| int | Width |
| int | Height |
| string | RenderId |
| string | DebugName |
| int | AllocationGroupIndex |
|
static |
|
static |
|
static |
|
static |
| UIntPtr TaleWorlds.Engine.ThumbnailRenderRequest.ScenePointer |
| UIntPtr TaleWorlds.Engine.ThumbnailRenderRequest.CameraPointer |
| UIntPtr TaleWorlds.Engine.ThumbnailRenderRequest.TexturePointer |
| string TaleWorlds.Engine.ThumbnailRenderRequest.CachedEntityId |
| UIntPtr TaleWorlds.Engine.ThumbnailRenderRequest.EntityPointer |
| int TaleWorlds.Engine.ThumbnailRenderRequest.Width |
| int TaleWorlds.Engine.ThumbnailRenderRequest.Height |
| string TaleWorlds.Engine.ThumbnailRenderRequest.RenderId |
| string TaleWorlds.Engine.ThumbnailRenderRequest.DebugName |
| int TaleWorlds.Engine.ThumbnailRenderRequest.AllocationGroupIndex |