Class Settings
Inheritance
System.Object
Settings
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: CarbideFunction.Wildtile.ImporterSettings
Syntax
public class Settings
Fields
materialImportSettings
Declaration
public List<MaterialImportSettings> materialImportSettings
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<MaterialImportSettings> |
normalHashResolution
Declaration
public int normalHashResolution
Field Value
Type | Description |
---|---|
System.Int32 |
positionHashResolution
Declaration
public int positionHashResolution
Field Value
Type | Description |
---|---|
System.Int32 |
tileHeight
Declaration
public float tileHeight
Field Value
Type | Description |
---|---|
System.Single |
tileWidth
Declaration
public float tileWidth
Field Value
Type | Description |
---|---|
System.Single |
Properties
TileDimensions
Declaration
public Vector3 TileDimensions { get; }
Property Value
Type | Description |
---|---|
Vector3 |