Struct ConversationSceneData
- Namespace
- TaleWorlds.CampaignSystem
- Assembly
- TaleWorlds.CampaignSystem.dll
public struct ConversationSceneData
- Inherited Members
- Extension Methods
Constructors
ConversationSceneData(string, TerrainType, List<TerrainType>, ForestDensity)
public ConversationSceneData(string sceneID, TerrainType terrain, List<TerrainType> terrainTypes, ForestDensity forestDensity)
Parameters
sceneID
stringterrain
TerrainTypeterrainTypes
List<TerrainType>forestDensity
ForestDensity
Properties
ForestDensity
public ForestDensity ForestDensity { get; }
Property Value
SceneID
public string SceneID { get; }
Property Value
Terrain
public TerrainType Terrain { get; }
Property Value
TerrainTypes
public List<TerrainType> TerrainTypes { get; }
Property Value
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).