Skip to content

Commit 0ae17a2

Browse files
committed
Updated documentation
1 parent 1a62b76 commit 0ae17a2

File tree

197 files changed

+19226
-144806
lines changed

Some content is hidden

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

197 files changed

+19226
-144806
lines changed

Documentation/api/.manifest

Lines changed: 378 additions & 195 deletions
Large diffs are not rendered by default.
Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,98 @@
1+
### YamlMime:ManagedReference
2+
items:
3+
- uid: ProgLibrary.PrecomputedCulling.Bake.BaseRuntimeBakeController
4+
commentId: T:ProgLibrary.PrecomputedCulling.Bake.BaseRuntimeBakeController
5+
id: BaseRuntimeBakeController
6+
parent: ProgLibrary.PrecomputedCulling.Bake
7+
children:
8+
- ProgLibrary.PrecomputedCulling.Bake.BaseRuntimeBakeController.BakeAll
9+
langs:
10+
- csharp
11+
- vb
12+
name: BaseRuntimeBakeController
13+
nameWithType: BaseRuntimeBakeController
14+
fullName: ProgLibrary.PrecomputedCulling.Bake.BaseRuntimeBakeController
15+
type: Class
16+
source:
17+
id: BaseRuntimeBakeController
18+
path: ''
19+
startLine: 737
20+
assemblies:
21+
- cs.temp.dll
22+
namespace: ProgLibrary.PrecomputedCulling.Bake
23+
summary: "\nBase runtime baker controller.\nThis parent class is needed for the editor components setup method <see cref=\"!:PrecomputedSceneSetup\"></see>.\nIt&apos;s not strictly necessary to inherit from this class, but it&apos;s recommended.\n"
24+
example: []
25+
syntax:
26+
content: 'public abstract class BaseRuntimeBakeController : MonoBehaviour'
27+
content.vb: Public MustInherit Class BaseRuntimeBakeController Inherits MonoBehaviour
28+
inheritance:
29+
- System.Object
30+
derivedClasses:
31+
- ProgLibrary.PrecomputedCulling.Bake.DemoRuntimeBakeController
32+
- uid: ProgLibrary.PrecomputedCulling.Bake.BaseRuntimeBakeController.BakeAll
33+
commentId: M:ProgLibrary.PrecomputedCulling.Bake.BaseRuntimeBakeController.BakeAll
34+
id: BakeAll
35+
parent: ProgLibrary.PrecomputedCulling.Bake.BaseRuntimeBakeController
36+
langs:
37+
- csharp
38+
- vb
39+
name: BakeAll()
40+
nameWithType: BaseRuntimeBakeController.BakeAll()
41+
fullName: ProgLibrary.PrecomputedCulling.Bake.BaseRuntimeBakeController.BakeAll()
42+
type: Method
43+
source:
44+
id: BakeAll
45+
path: ''
46+
startLine: 739
47+
assemblies:
48+
- cs.temp.dll
49+
namespace: ProgLibrary.PrecomputedCulling.Bake
50+
syntax:
51+
content: public abstract void BakeAll()
52+
content.vb: Public MustOverride Sub BakeAll()
53+
overload: ProgLibrary.PrecomputedCulling.Bake.BaseRuntimeBakeController.BakeAll*
54+
references:
55+
- uid: ProgLibrary.PrecomputedCulling.Bake
56+
commentId: N:ProgLibrary.PrecomputedCulling.Bake
57+
name: ProgLibrary.PrecomputedCulling.Bake
58+
nameWithType: ProgLibrary.PrecomputedCulling.Bake
59+
fullName: ProgLibrary.PrecomputedCulling.Bake
60+
spec.csharp:
61+
- uid: ProgLibrary
62+
name: ProgLibrary
63+
- name: .
64+
- uid: ProgLibrary.PrecomputedCulling
65+
name: PrecomputedCulling
66+
- name: .
67+
- uid: ProgLibrary.PrecomputedCulling.Bake
68+
name: Bake
69+
spec.vb:
70+
- uid: ProgLibrary
71+
name: ProgLibrary
72+
- name: .
73+
- uid: ProgLibrary.PrecomputedCulling
74+
name: PrecomputedCulling
75+
- name: .
76+
- uid: ProgLibrary.PrecomputedCulling.Bake
77+
name: Bake
78+
- uid: System.Object
79+
commentId: T:System.Object
80+
parent: System
81+
isExternal: true
82+
name: object
83+
nameWithType: object
84+
fullName: object
85+
nameWithType.vb: Object
86+
fullName.vb: Object
87+
name.vb: Object
88+
- uid: System
89+
commentId: N:System
90+
isExternal: true
91+
name: System
92+
nameWithType: System
93+
fullName: System
94+
- uid: ProgLibrary.PrecomputedCulling.Bake.BaseRuntimeBakeController.BakeAll*
95+
commentId: Overload:ProgLibrary.PrecomputedCulling.Bake.BaseRuntimeBakeController.BakeAll
96+
name: BakeAll
97+
nameWithType: BaseRuntimeBakeController.BakeAll
98+
fullName: ProgLibrary.PrecomputedCulling.Bake.BaseRuntimeBakeController.BakeAll
Lines changed: 120 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,120 @@
1+
### YamlMime:ManagedReference
2+
items:
3+
- uid: ProgLibrary.PrecomputedCulling.Bake.DemoRuntimeBakeController
4+
commentId: T:ProgLibrary.PrecomputedCulling.Bake.DemoRuntimeBakeController
5+
id: DemoRuntimeBakeController
6+
parent: ProgLibrary.PrecomputedCulling.Bake
7+
children:
8+
- ProgLibrary.PrecomputedCulling.Bake.DemoRuntimeBakeController.BakeAll
9+
langs:
10+
- csharp
11+
- vb
12+
name: DemoRuntimeBakeController
13+
nameWithType: DemoRuntimeBakeController
14+
fullName: ProgLibrary.PrecomputedCulling.Bake.DemoRuntimeBakeController
15+
type: Class
16+
source:
17+
id: DemoRuntimeBakeController
18+
path: ''
19+
startLine: 757
20+
assemblies:
21+
- cs.temp.dll
22+
namespace: ProgLibrary.PrecomputedCulling.Bake
23+
summary: "\nExample runtime baker controller.\nNote that this controller is only for demonstration purposes. It&apos;s likely that you will need to implement your own.\n"
24+
example: []
25+
syntax:
26+
content: 'public class DemoRuntimeBakeController : BaseRuntimeBakeController'
27+
content.vb: Public Class DemoRuntimeBakeController Inherits BaseRuntimeBakeController
28+
inheritance:
29+
- System.Object
30+
- ProgLibrary.PrecomputedCulling.Bake.BaseRuntimeBakeController
31+
- uid: ProgLibrary.PrecomputedCulling.Bake.DemoRuntimeBakeController.BakeAll
32+
commentId: M:ProgLibrary.PrecomputedCulling.Bake.DemoRuntimeBakeController.BakeAll
33+
id: BakeAll
34+
parent: ProgLibrary.PrecomputedCulling.Bake.DemoRuntimeBakeController
35+
langs:
36+
- csharp
37+
- vb
38+
name: BakeAll()
39+
nameWithType: DemoRuntimeBakeController.BakeAll()
40+
fullName: ProgLibrary.PrecomputedCulling.Bake.DemoRuntimeBakeController.BakeAll()
41+
type: Method
42+
source:
43+
id: BakeAll
44+
path: ''
45+
startLine: 836
46+
assemblies:
47+
- cs.temp.dll
48+
namespace: ProgLibrary.PrecomputedCulling.Bake
49+
syntax:
50+
content: public override void BakeAll()
51+
content.vb: Public Overrides Sub BakeAll()
52+
overridden: ProgLibrary.PrecomputedCulling.Bake.BaseRuntimeBakeController.BakeAll
53+
overload: ProgLibrary.PrecomputedCulling.Bake.DemoRuntimeBakeController.BakeAll*
54+
references:
55+
- uid: ProgLibrary.PrecomputedCulling.Bake
56+
commentId: N:ProgLibrary.PrecomputedCulling.Bake
57+
name: ProgLibrary.PrecomputedCulling.Bake
58+
nameWithType: ProgLibrary.PrecomputedCulling.Bake
59+
fullName: ProgLibrary.PrecomputedCulling.Bake
60+
spec.csharp:
61+
- uid: ProgLibrary
62+
name: ProgLibrary
63+
- name: .
64+
- uid: ProgLibrary.PrecomputedCulling
65+
name: PrecomputedCulling
66+
- name: .
67+
- uid: ProgLibrary.PrecomputedCulling.Bake
68+
name: Bake
69+
spec.vb:
70+
- uid: ProgLibrary
71+
name: ProgLibrary
72+
- name: .
73+
- uid: ProgLibrary.PrecomputedCulling
74+
name: PrecomputedCulling
75+
- name: .
76+
- uid: ProgLibrary.PrecomputedCulling.Bake
77+
name: Bake
78+
- uid: System.Object
79+
commentId: T:System.Object
80+
parent: System
81+
isExternal: true
82+
name: object
83+
nameWithType: object
84+
fullName: object
85+
nameWithType.vb: Object
86+
fullName.vb: Object
87+
name.vb: Object
88+
- uid: ProgLibrary.PrecomputedCulling.Bake.BaseRuntimeBakeController
89+
commentId: T:ProgLibrary.PrecomputedCulling.Bake.BaseRuntimeBakeController
90+
parent: ProgLibrary.PrecomputedCulling.Bake
91+
name: BaseRuntimeBakeController
92+
nameWithType: BaseRuntimeBakeController
93+
fullName: ProgLibrary.PrecomputedCulling.Bake.BaseRuntimeBakeController
94+
- uid: System
95+
commentId: N:System
96+
isExternal: true
97+
name: System
98+
nameWithType: System
99+
fullName: System
100+
- uid: ProgLibrary.PrecomputedCulling.Bake.BaseRuntimeBakeController.BakeAll
101+
commentId: M:ProgLibrary.PrecomputedCulling.Bake.BaseRuntimeBakeController.BakeAll
102+
parent: ProgLibrary.PrecomputedCulling.Bake.BaseRuntimeBakeController
103+
name: BakeAll()
104+
nameWithType: BaseRuntimeBakeController.BakeAll()
105+
fullName: ProgLibrary.PrecomputedCulling.Bake.BaseRuntimeBakeController.BakeAll()
106+
spec.csharp:
107+
- uid: ProgLibrary.PrecomputedCulling.Bake.BaseRuntimeBakeController.BakeAll
108+
name: BakeAll
109+
- name: (
110+
- name: )
111+
spec.vb:
112+
- uid: ProgLibrary.PrecomputedCulling.Bake.BaseRuntimeBakeController.BakeAll
113+
name: BakeAll
114+
- name: (
115+
- name: )
116+
- uid: ProgLibrary.PrecomputedCulling.Bake.DemoRuntimeBakeController.BakeAll*
117+
commentId: Overload:ProgLibrary.PrecomputedCulling.Bake.DemoRuntimeBakeController.BakeAll
118+
name: BakeAll
119+
nameWithType: DemoRuntimeBakeController.BakeAll
120+
fullName: ProgLibrary.PrecomputedCulling.Bake.DemoRuntimeBakeController.BakeAll

0 commit comments

Comments
 (0)