Class TransferMetaFlagsExtensions
Inheritance
System.Object
TransferMetaFlagsExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: AssetRipper.IO.Files.dll
public static class TransferMetaFlagsExtensions
Methods
|
Improve this Doc
View Source
Declaration
public static bool IsAlignBytes(this TransferMetaFlags _this)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public static bool IsAnyChildUsesAlignBytes(this TransferMetaFlags _this)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public static bool IsCharPropertyMask(this TransferMetaFlags _this)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public static bool IsDebugProperty(this TransferMetaFlags _this)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public static bool IsDisallowSerializedPropertyModification(this TransferMetaFlags _this)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public static bool IsDontAnimate(this TransferMetaFlags _this)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public static bool IsDontValidateUTF8(this TransferMetaFlags _this)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public static bool IsEditorDisplaysCharacterMap(this TransferMetaFlags _this)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public static bool IsFixedBuffer(this TransferMetaFlags _this)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public static bool IsGenerateBitwiseDifferences(this TransferMetaFlags _this)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public static bool IsHideInEditor(this TransferMetaFlags _this)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public static bool IsIgnoreInMetaFiles(this TransferMetaFlags _this)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public static bool IsIgnoreWithInspectorUndo(this TransferMetaFlags _this)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public static bool IsNotEditable(this TransferMetaFlags _this)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public static bool IsSimpleEditor(this TransferMetaFlags _this)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public static bool IsStrongPPtr(this TransferMetaFlags _this)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsTransferAsArrayEntryNameInMetaFiles(TransferMetaFlags)
Declaration
public static bool IsTransferAsArrayEntryNameInMetaFiles(this TransferMetaFlags _this)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public static bool IsTransferHex64(this TransferMetaFlags _this)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public static bool IsTransferUsingFlowMappingStyle(this TransferMetaFlags _this)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public static bool IsTreatIntegerValueAsBoolean(this TransferMetaFlags _this)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public static IEnumerable<string> Split(this TransferMetaFlags flags)
Parameters
Returns
Type |
Description |
IEnumerable<System.String> |
|