Class LayerSerializable
Inheritance
System.Object
LayerSerializable
Namespace: UnityEditor.Experimental.TerrainAPI
Syntax
[Serializable]
public class LayerSerializable
Fields
IsSelected
Declaration
public bool IsSelected
Field Value
Type | Description |
---|---|
System.Boolean |
LayerPath
Declaration
public string LayerPath
Field Value
Type | Description |
---|---|
System.String |
Properties
L
Declaration
public Layer L { get; set; }
Property Value
Type | Description |
---|---|
Layer |
Methods
Fill(Layer)
Declaration
public void Fill(Layer layer)
Parameters
Type | Name | Description |
---|---|---|
Layer | layer |