Skip to content

Commit bf16d1b

Browse files
committed
Update api docs
1 parent 5252e3e commit bf16d1b

File tree

244 files changed

+1806
-553
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

244 files changed

+1806
-553
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# AutoLayerRuleGroup\(\) Constructor
2+
3+
[Home](../../../README.md)
4+
5+
**Containing Type**: [AutoLayerRuleGroup](../README.md)
6+
7+
**Assembly**: LDtkMonogame\.dll
8+
9+
```csharp
10+
public AutoLayerRuleGroup()
11+
```
12+
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# AutoLayerRuleGroup\.Active Property
2+
3+
[Home](../../../README.md)
4+
5+
**Containing Type**: [AutoLayerRuleGroup](../README.md)
6+
7+
**Assembly**: LDtkMonogame\.dll
8+
9+
10+
Active
11+
12+
```csharp
13+
[System.Text.Json.Serialization.JsonPropertyName("active")]
14+
public bool Active { get; set; }
15+
```
16+
17+
### Property Value
18+
19+
[Boolean](https://docs.microsoft.com/en-us/dotnet/api/system.boolean)
20+
21+
### Attributes
22+
23+
* [JsonPropertyNameAttribute](https://docs.microsoft.com/en-us/dotnet/api/system.text.json.serialization.jsonpropertynameattribute)
24+
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# AutoLayerRuleGroup\.BiomeRequirementMode Property
2+
3+
[Home](../../../README.md)
4+
5+
**Containing Type**: [AutoLayerRuleGroup](../README.md)
6+
7+
**Assembly**: LDtkMonogame\.dll
8+
9+
10+
BiomeRequirementMode
11+
12+
```csharp
13+
[System.Text.Json.Serialization.JsonPropertyName("biomeRequirementMode")]
14+
public int BiomeRequirementMode { get; set; }
15+
```
16+
17+
### Property Value
18+
19+
[Int32](https://docs.microsoft.com/en-us/dotnet/api/system.int32)
20+
21+
### Attributes
22+
23+
* [JsonPropertyNameAttribute](https://docs.microsoft.com/en-us/dotnet/api/system.text.json.serialization.jsonpropertynameattribute)
24+
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# AutoLayerRuleGroup\.Color Property
2+
3+
[Home](../../../README.md)
4+
5+
**Containing Type**: [AutoLayerRuleGroup](../README.md)
6+
7+
**Assembly**: LDtkMonogame\.dll
8+
9+
10+
Color
11+
12+
```csharp
13+
[System.Text.Json.Serialization.JsonPropertyName("color")]
14+
public Microsoft.Xna.Framework.Color? Color { get; set; }
15+
```
16+
17+
### Property Value
18+
19+
[Color](https://docs.microsoft.com/en-us/dotnet/api/microsoft.xna.framework.color)?
20+
21+
### Attributes
22+
23+
* [JsonPropertyNameAttribute](https://docs.microsoft.com/en-us/dotnet/api/system.text.json.serialization.jsonpropertynameattribute)
24+
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# AutoLayerRuleGroup\.Icon Property
2+
3+
[Home](../../../README.md)
4+
5+
**Containing Type**: [AutoLayerRuleGroup](../README.md)
6+
7+
**Assembly**: LDtkMonogame\.dll
8+
9+
10+
Icon
11+
12+
```csharp
13+
[System.Text.Json.Serialization.JsonPropertyName("icon")]
14+
public LDtk.TilesetRectangle? Icon { get; set; }
15+
```
16+
17+
### Property Value
18+
19+
[TilesetRectangle](../../TilesetRectangle/README.md)
20+
21+
### Attributes
22+
23+
* [JsonPropertyNameAttribute](https://docs.microsoft.com/en-us/dotnet/api/system.text.json.serialization.jsonpropertynameattribute)
24+
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# AutoLayerRuleGroup\.IsOptional Property
2+
3+
[Home](../../../README.md)
4+
5+
**Containing Type**: [AutoLayerRuleGroup](../README.md)
6+
7+
**Assembly**: LDtkMonogame\.dll
8+
9+
10+
IsOptional
11+
12+
```csharp
13+
[System.Text.Json.Serialization.JsonPropertyName("isOptional")]
14+
public bool IsOptional { get; set; }
15+
```
16+
17+
### Property Value
18+
19+
[Boolean](https://docs.microsoft.com/en-us/dotnet/api/system.boolean)
20+
21+
### Attributes
22+
23+
* [JsonPropertyNameAttribute](https://docs.microsoft.com/en-us/dotnet/api/system.text.json.serialization.jsonpropertynameattribute)
24+
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# AutoLayerRuleGroup\.Name Property
2+
3+
[Home](../../../README.md)
4+
5+
**Containing Type**: [AutoLayerRuleGroup](../README.md)
6+
7+
**Assembly**: LDtkMonogame\.dll
8+
9+
10+
Name
11+
12+
```csharp
13+
[System.Text.Json.Serialization.JsonPropertyName("name")]
14+
public string Name { get; set; }
15+
```
16+
17+
### Property Value
18+
19+
[String](https://docs.microsoft.com/en-us/dotnet/api/system.string)
20+
21+
### Attributes
22+
23+
* [JsonPropertyNameAttribute](https://docs.microsoft.com/en-us/dotnet/api/system.text.json.serialization.jsonpropertynameattribute)
24+
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
# AutoLayerRuleGroup Class
2+
3+
[Home](../../README.md) • [Constructors](#constructors) • [Properties](#properties) • [Methods](#methods)
4+
5+
**Namespace**: [LDtk](../README.md)
6+
7+
**Assembly**: LDtkMonogame\.dll
8+
9+
10+
Auto\-layer rule group
11+
12+
```csharp
13+
public class AutoLayerRuleGroup
14+
```
15+
16+
### Inheritance
17+
18+
[Object](https://docs.microsoft.com/en-us/dotnet/api/system.object) → AutoLayerRuleGroup
19+
20+
## Constructors
21+
22+
| Constructor | Summary |
23+
| ----------- | ------- |
24+
| [AutoLayerRuleGroup()](-ctor/README.md) | |
25+
26+
## Properties
27+
28+
| Property | Summary |
29+
| -------- | ------- |
30+
| [Active](Active/README.md) | Active |
31+
| [BiomeRequirementMode](BiomeRequirementMode/README.md) | BiomeRequirementMode |
32+
| [Color](Color/README.md) | Color |
33+
| [Icon](Icon/README.md) | Icon |
34+
| [IsOptional](IsOptional/README.md) | IsOptional |
35+
| [Name](Name/README.md) | Name |
36+
| [RequiredBiomeValues](RequiredBiomeValues/README.md) | RequiredBiomeValues |
37+
| [Rules](Rules/README.md) | Rules |
38+
| [Uid](Uid/README.md) | Uid |
39+
| [UsesWizard](UsesWizard/README.md) | UsesWizard |
40+
41+
## Methods
42+
43+
| Method | Summary |
44+
| ------ | ------- |
45+
| [Equals(Object)](https://docs.microsoft.com/en-us/dotnet/api/system.object.equals) | \(Inherited from [Object](https://docs.microsoft.com/en-us/dotnet/api/system.object)\) |
46+
| [GetHashCode()](https://docs.microsoft.com/en-us/dotnet/api/system.object.gethashcode) | \(Inherited from [Object](https://docs.microsoft.com/en-us/dotnet/api/system.object)\) |
47+
| [GetType()](https://docs.microsoft.com/en-us/dotnet/api/system.object.gettype) | \(Inherited from [Object](https://docs.microsoft.com/en-us/dotnet/api/system.object)\) |
48+
| [MemberwiseClone()](https://docs.microsoft.com/en-us/dotnet/api/system.object.memberwiseclone) | \(Inherited from [Object](https://docs.microsoft.com/en-us/dotnet/api/system.object)\) |
49+
| [ToString()](https://docs.microsoft.com/en-us/dotnet/api/system.object.tostring) | \(Inherited from [Object](https://docs.microsoft.com/en-us/dotnet/api/system.object)\) |
50+
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# AutoLayerRuleGroup\.RequiredBiomeValues Property
2+
3+
[Home](../../../README.md)
4+
5+
**Containing Type**: [AutoLayerRuleGroup](../README.md)
6+
7+
**Assembly**: LDtkMonogame\.dll
8+
9+
10+
RequiredBiomeValues
11+
12+
```csharp
13+
[System.Text.Json.Serialization.JsonPropertyName("requiredBiomeValues")]
14+
public string[] RequiredBiomeValues { get; set; }
15+
```
16+
17+
### Property Value
18+
19+
[String](https://docs.microsoft.com/en-us/dotnet/api/system.string)\[\]
20+
21+
### Attributes
22+
23+
* [JsonPropertyNameAttribute](https://docs.microsoft.com/en-us/dotnet/api/system.text.json.serialization.jsonpropertynameattribute)
24+
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# AutoLayerRuleGroup\.Rules Property
2+
3+
[Home](../../../README.md)
4+
5+
**Containing Type**: [AutoLayerRuleGroup](../README.md)
6+
7+
**Assembly**: LDtkMonogame\.dll
8+
9+
10+
Rules
11+
12+
```csharp
13+
[System.Text.Json.Serialization.JsonPropertyName("rules")]
14+
public object[] Rules { get; set; }
15+
```
16+
17+
### Property Value
18+
19+
[Object](https://docs.microsoft.com/en-us/dotnet/api/system.object)\[\]
20+
21+
### Attributes
22+
23+
* [JsonPropertyNameAttribute](https://docs.microsoft.com/en-us/dotnet/api/system.text.json.serialization.jsonpropertynameattribute)
24+

0 commit comments

Comments
 (0)