Show / Hide Table of Contents

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()
Namespace: AssetRipper.IO.Files.SerializedFiles
Assembly: AssetRipper.IO.Files.dll
Syntax
public static class TransferMetaFlagsExtensions

Methods

| Improve this Doc View Source

IsAlignBytes(TransferMetaFlags)

Declaration
public static bool IsAlignBytes(this TransferMetaFlags _this)
Parameters
Type Name Description
TransferMetaFlags _this
Returns
Type Description
System.Boolean
| Improve this Doc View Source

IsAnyChildUsesAlignBytes(TransferMetaFlags)

Declaration
public static bool IsAnyChildUsesAlignBytes(this TransferMetaFlags _this)
Parameters
Type Name Description
TransferMetaFlags _this
Returns
Type Description
System.Boolean
| Improve this Doc View Source

IsCharPropertyMask(TransferMetaFlags)

Declaration
public static bool IsCharPropertyMask(this TransferMetaFlags _this)
Parameters
Type Name Description
TransferMetaFlags _this
Returns
Type Description
System.Boolean
| Improve this Doc View Source

IsDebugProperty(TransferMetaFlags)

Declaration
public static bool IsDebugProperty(this TransferMetaFlags _this)
Parameters
Type Name Description
TransferMetaFlags _this
Returns
Type Description
System.Boolean
| Improve this Doc View Source

IsDisallowSerializedPropertyModification(TransferMetaFlags)

Declaration
public static bool IsDisallowSerializedPropertyModification(this TransferMetaFlags _this)
Parameters
Type Name Description
TransferMetaFlags _this
Returns
Type Description
System.Boolean
| Improve this Doc View Source

IsDontAnimate(TransferMetaFlags)

Declaration
public static bool IsDontAnimate(this TransferMetaFlags _this)
Parameters
Type Name Description
TransferMetaFlags _this
Returns
Type Description
System.Boolean
| Improve this Doc View Source

IsDontValidateUTF8(TransferMetaFlags)

Declaration
public static bool IsDontValidateUTF8(this TransferMetaFlags _this)
Parameters
Type Name Description
TransferMetaFlags _this
Returns
Type Description
System.Boolean
| Improve this Doc View Source

IsEditorDisplaysCharacterMap(TransferMetaFlags)

Declaration
public static bool IsEditorDisplaysCharacterMap(this TransferMetaFlags _this)
Parameters
Type Name Description
TransferMetaFlags _this
Returns
Type Description
System.Boolean
| Improve this Doc View Source

IsFixedBuffer(TransferMetaFlags)

Declaration
public static bool IsFixedBuffer(this TransferMetaFlags _this)
Parameters
Type Name Description
TransferMetaFlags _this
Returns
Type Description
System.Boolean
| Improve this Doc View Source

IsGenerateBitwiseDifferences(TransferMetaFlags)

Declaration
public static bool IsGenerateBitwiseDifferences(this TransferMetaFlags _this)
Parameters
Type Name Description
TransferMetaFlags _this
Returns
Type Description
System.Boolean
| Improve this Doc View Source

IsHideInEditor(TransferMetaFlags)

Declaration
public static bool IsHideInEditor(this TransferMetaFlags _this)
Parameters
Type Name Description
TransferMetaFlags _this
Returns
Type Description
System.Boolean
| Improve this Doc View Source

IsIgnoreInMetaFiles(TransferMetaFlags)

Declaration
public static bool IsIgnoreInMetaFiles(this TransferMetaFlags _this)
Parameters
Type Name Description
TransferMetaFlags _this
Returns
Type Description
System.Boolean
| Improve this Doc View Source

IsIgnoreWithInspectorUndo(TransferMetaFlags)

Declaration
public static bool IsIgnoreWithInspectorUndo(this TransferMetaFlags _this)
Parameters
Type Name Description
TransferMetaFlags _this
Returns
Type Description
System.Boolean
| Improve this Doc View Source

IsNotEditable(TransferMetaFlags)

Declaration
public static bool IsNotEditable(this TransferMetaFlags _this)
Parameters
Type Name Description
TransferMetaFlags _this
Returns
Type Description
System.Boolean
| Improve this Doc View Source

IsSimpleEditor(TransferMetaFlags)

Declaration
public static bool IsSimpleEditor(this TransferMetaFlags _this)
Parameters
Type Name Description
TransferMetaFlags _this
Returns
Type Description
System.Boolean
| Improve this Doc View Source

IsStrongPPtr(TransferMetaFlags)

Declaration
public static bool IsStrongPPtr(this TransferMetaFlags _this)
Parameters
Type Name Description
TransferMetaFlags _this
Returns
Type Description
System.Boolean
| Improve this Doc View Source

IsTransferAsArrayEntryNameInMetaFiles(TransferMetaFlags)

Declaration
public static bool IsTransferAsArrayEntryNameInMetaFiles(this TransferMetaFlags _this)
Parameters
Type Name Description
TransferMetaFlags _this
Returns
Type Description
System.Boolean
| Improve this Doc View Source

IsTransferHex64(TransferMetaFlags)

Declaration
public static bool IsTransferHex64(this TransferMetaFlags _this)
Parameters
Type Name Description
TransferMetaFlags _this
Returns
Type Description
System.Boolean
| Improve this Doc View Source

IsTransferUsingFlowMappingStyle(TransferMetaFlags)

Declaration
public static bool IsTransferUsingFlowMappingStyle(this TransferMetaFlags _this)
Parameters
Type Name Description
TransferMetaFlags _this
Returns
Type Description
System.Boolean
| Improve this Doc View Source

IsTreatIntegerValueAsBoolean(TransferMetaFlags)

Declaration
public static bool IsTreatIntegerValueAsBoolean(this TransferMetaFlags _this)
Parameters
Type Name Description
TransferMetaFlags _this
Returns
Type Description
System.Boolean
| Improve this Doc View Source

Split(TransferMetaFlags)

Declaration
public static IEnumerable<string> Split(this TransferMetaFlags flags)
Parameters
Type Name Description
TransferMetaFlags flags
Returns
Type Description
IEnumerable<System.String>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾