Summary
[Editor-Only] A welcome screen for an asset.
- Assembly
- FlexiMotion
.dll - Namespace
- FlexiMotion
.Editor - Base Types
-
- ScriptableObject
- Derived Types
graph BT
Type-->Base0["ScriptableObject"]
Type["ReadMe"]
class Type type-node
Derived0["FlexiMotionReadMe"]-->Type
click Derived0 "/flexi-motion/api/FlexiMotion.Editor/FlexiMotionReadMe"
Syntax
public abstract class ReadMe : ScriptableObject
Constructors
| Name | Summary |
|---|---|
| ReadMe |
Creates a new FlexiMotion.Editor.ReadMe and sets the FlexiMotion.Editor.ReadMe.LinkSections. |
Properties
| Name | Value | Summary |
|---|---|---|
| BaseProductName | string |
The base name of this product (without any "Lite", "Pro", "Demo", etc.).
|
| ChangeLogURL | string |
The URL for the change log of this version.
|
| DocumentationURL | string |
The URL for the documentation.
|
| ExamplesLabel | string |
The display name for the examples section.
|
| ExampleURL | string |
The URL for the example documentation.
|
| ExtraExamples | ReadMe |
Extra sections to be displayed with the examples.
|
| Introduction | string |
An introductory explanation of this asset.
|
| LinkSections | ReadMe |
Sections to be displayed below the examples.
|
| PrefKey | string |
The key used to save the release number.
|
| ProductName | string |
The name of this product.
|
| ReleaseNumber | int |
The release ID of the current version.
|
| UpdateURL | string |
The URL to check for the latest version.
|
| VersionName | string |
The display name of this product version.
|
Methods
| Name | Value | Summary |
|---|---|---|
| GetEmailURL |
string |
Returns a
mailto link.static
|
| OnEnable |
void |
Extension Methods
| Name | Value | Summary |
|---|---|---|
| LogTemp |
T |
Debug.Log(message, context) with an [System.ObsoleteAttribute] warning so you remember
to remove any calls.
From FMUtilities
|
| SafeGetHashCode |
int |
Uses
System.Collections.Generic.EqualityComparer`1.Default to get a hash code.From FMUtilities
|