more docs stuff |
No edit summary |
||
Line 2: | Line 2: | ||
Here are some examples: | Here are some examples: | ||
Full name: | |||
{{#Invoke:TestProtoFlux1|GenerateUI | {{#Invoke:TestProtoFlux1|GenerateUI | ||
|Name=Field As Variable<T> | |Name=Field As Variable<T> | ||
Line 47: | Line 49: | ||
[ | [ | ||
{"Name": "Anchor", "Type": "FrooxEngine.CommonAvatar.AvatarAnchor"} | {"Name": "Anchor", "Type": "FrooxEngine.CommonAvatar.AvatarAnchor"} | ||
] | |||
|Outputs= | |||
[ | |||
{"Name": "User", "Type": "User"} | |||
] | |||
|}} | |||
Type name only: | |||
{{#Invoke:TestProtoFlux1|GenerateUI | |||
|Name=Field As Variable<T> | |||
|Category=Core | |||
|Inputs= | |||
[ | |||
{"Name":"Field", "Type":"IValue`1"} | |||
] | |||
|Outputs= | |||
[ | |||
{"Name":"*", "Type":"Variable"} | |||
] | |||
|}} | |||
{{#Invoke:TestProtoFlux1|GenerateUI | |||
|Name=System Empty type | |||
|Category=Core | |||
|Inputs= | |||
[ | |||
{"Name":"Field", "Type":"Empty"} | |||
] | |||
|Outputs= | |||
[ | |||
{"Name":"*", "Type":"Empty"} | |||
] | |||
|}} | |||
{{#Invoke:TestProtoFlux1|GenerateUI | |||
|Name=Anchored User | |||
|Category=Anchors | |||
|Inputs= | |||
[ | |||
{"Name": "Anchor", "Type": "IAvatarAnchor"} | |||
] | |||
|Outputs= | |||
[ | |||
{"Name": "User", "Type": "User"} | |||
] | |||
|}} | |||
{{#Invoke:TestProtoFlux1|GenerateUI | |||
|Name=CommonAnchor Anchored User | |||
|Category=Anchors | |||
|Inputs= | |||
[ | |||
{"Name": "Anchor", "Type": "AvatarAnchor"} | |||
] | ] | ||
|Outputs= | |Outputs= |
Revision as of 02:42, 9 February 2024
This is a test for auto generated colors for nodes using CRC hashing like FrooxEngine does. Here are some examples:
Full name:
Field As Variable<T>
Core
System Empty type
Core
Anchored User
Anchors
CommonAnchor Anchored User
Anchors
Type name only:
Field As Variable<T>
Core
System Empty type
Core
Anchored User
Anchors
CommonAnchor Anchored User
Anchors