mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
[+] Odin
[+] Odin
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>Sirenix.OdinValidator.Editor</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="F:Sirenix.OdinValidator.Editor.ValidationSession.ValidationSessionResult.ValidationSessionResultType.Ignore">
|
||||
<summary>
|
||||
Result can be null.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Sirenix.OdinValidator.Editor.ValidationSession.ValidationSessionResult.ValidationSessionResultType.ObjectDeleted">
|
||||
<summary>
|
||||
Result will be null if the object is deleted.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Sirenix.OdinValidator.Editor.EnsureOdinValidatorDefine">
|
||||
<summary>
|
||||
Defines the ODIN_VALIDATOR symbol.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Sirenix.OdinInspector.Editor.Validation.RegisterValidationRuleAttribute">
|
||||
<summary>
|
||||
<para>
|
||||
Apply this to an assembly to register validation rules for the validation system.
|
||||
This enables locating of all relevant validator types very quickly.
|
||||
</para>
|
||||
<para>
|
||||
Only use this to register types derived from Validator! It is important to understand
|
||||
that a rule is simply a serialized Validator instance that can be enabled, disabled,
|
||||
and have its contained values modified from the rules management GUI in the Odin Validator
|
||||
window.
|
||||
</para>
|
||||
<para>Read our Odin Validator tutorials for more information.</para>
|
||||
</summary>
|
||||
<seealso cref="T:Sirenix.OdinInspector.Editor.Validation.RegisterValidatorAttribute"/>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
Reference in New Issue
Block a user