123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- {
- "Type": "JsonSerialization",
- "Version": 1,
- "ClassName": "PassAsset",
- "ClassData": {
- "PassTemplate": {
- "Name": "LyShineChildPassTemplate",
- "PassClass": "LyShineChildPass",
- "Slots": [
- {
- "Name": "ColorInputOutput",
- "SlotType": "InputOutput",
- "ScopeAttachmentUsage": "RenderTarget"
- },
- {
- "Name": "DepthInputOutput",
- "SlotType": "InputOutput",
- "ScopeAttachmentUsage": "DepthStencil",
- "LoadStoreAction": {
- "ClearValue": {
- "Type": "DepthStencil"
- },
- "LoadActionStencil": "Clear"
- }
- }
- ],
- "Connections": [
- {
- "LocalSlot": "ColorInputOutput",
- "AttachmentRef": {
- "Pass": "Parent",
- "Attachment": "ColorInputOutput"
- }
- },
- {
- "LocalSlot": "DepthInputOutput",
- "AttachmentRef": {
- "Pass": "Parent",
- "Attachment": "DepthInputOutput"
- }
- }
- ],
- "PassData": {
- "$type": "RasterPassData",
- "DrawListTag": "lyshinepass",
- "BindViewSrg": true
- }
- }
- }
- }
|