You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							47 lines
						
					
					
						
							1.7 KiB
						
					
					
				
			
		
		
	
	
							47 lines
						
					
					
						
							1.7 KiB
						
					
					
				using System; | 
						|
 | 
						|
namespace Kingo.Framework.LayerStyleConvert.XSDClass | 
						|
{ | 
						|
	// Token: 0x0200007A RID: 122 | 
						|
	public class CIMPictureMarker : CIMMarker | 
						|
	{ | 
						|
		// Token: 0x17000186 RID: 390 | 
						|
		// (get) Token: 0x0600047C RID: 1148 RVA: 0x00018C54 File Offset: 0x00016E54 | 
						|
		// (set) Token: 0x0600047D RID: 1149 RVA: 0x00018C6B File Offset: 0x00016E6B | 
						|
		public string Url { get; set; } | 
						|
 | 
						|
		// Token: 0x17000187 RID: 391 | 
						|
		// (get) Token: 0x0600047E RID: 1150 RVA: 0x00018C74 File Offset: 0x00016E74 | 
						|
		// (set) Token: 0x0600047F RID: 1151 RVA: 0x00018C8B File Offset: 0x00016E8B | 
						|
		public string TextureFilter { get; set; } | 
						|
 | 
						|
		// Token: 0x17000188 RID: 392 | 
						|
		// (get) Token: 0x06000480 RID: 1152 RVA: 0x00018C94 File Offset: 0x00016E94 | 
						|
		// (set) Token: 0x06000481 RID: 1153 RVA: 0x00018CAB File Offset: 0x00016EAB | 
						|
		public int ScaleX { get; set; } | 
						|
 | 
						|
		// Token: 0x17000189 RID: 393 | 
						|
		// (get) Token: 0x06000482 RID: 1154 RVA: 0x00018CB4 File Offset: 0x00016EB4 | 
						|
		// (set) Token: 0x06000483 RID: 1155 RVA: 0x00018CCB File Offset: 0x00016ECB | 
						|
		public bool InvertBackfaceTexture { get; set; } | 
						|
 | 
						|
		// Token: 0x1700018A RID: 394 | 
						|
		// (get) Token: 0x06000484 RID: 1156 RVA: 0x00018CD4 File Offset: 0x00016ED4 | 
						|
		// (set) Token: 0x06000485 RID: 1157 RVA: 0x00018CEB File Offset: 0x00016EEB | 
						|
		public CIMColorSubstitution ColorSubstitutions { get; set; } | 
						|
 | 
						|
		// Token: 0x06000486 RID: 1158 RVA: 0x00018CF4 File Offset: 0x00016EF4 | 
						|
		public CIMPictureMarker() | 
						|
		{ | 
						|
			base.Type = "CIMPictureMarker"; | 
						|
			base.Enable = true; | 
						|
			base.ColorLocked = false; | 
						|
			base.AnchorPointUnits = "Relative"; | 
						|
			base.DominantSizeAxis3D = "Z"; | 
						|
			this.ColorSubstitutions = new CIMColorSubstitution(); | 
						|
			this.TextureFilter = "Draft"; | 
						|
			this.InvertBackfaceTexture = true; | 
						|
			this.ScaleX = 1; | 
						|
		} | 
						|
	} | 
						|
}
 | 
						|
 |