C# Class Entitas.Entity

Afficher le fichier Open project: sschmid/Entitas-CSharp Class Usage Examples

Méthodes publiques

Méthode Description
AddAge ( int newValue ) : Entity
AddAnArray ( string newArray ) : Entity
AddAnimationCurve ( UnityEngine newAnimationCurve ) : Entity
AddArray2D ( string newArray2d ) : Entity
AddArray3D ( string newArray3d ) : Entity
AddBounds ( UnityEngine newBounds ) : Entity
AddCoins ( int newCount ) : Entity
AddColor ( UnityEngine newColor ) : Entity
AddComponentWithFieldsAndProperties ( string newPublicField, string newPublicProperty ) : Entity
AddCoolName ( BadName newValue ) : Entity
AddCustomObject ( CustomObject newCustomObject ) : Entity
AddDateTime ( System newDate ) : Entity
AddDictArray ( string[]>.System newDict, string[]>.System newDictArray ) : Entity
AddDictionary ( string>.System newDict ) : Entity
AddHashSet ( System newHashset ) : Entity
AddHealth ( int newValue ) : Entity
AddHideInBlueprintInspectorClass ( HideInBlueprintInspectorClass newValue ) : Entity
AddISomeInterface ( ISomeInterface newValue ) : Entity
AddJaggedArray ( string newJaggedArray ) : Entity
AddList ( System newList ) : Entity
AddListArray ( System newListArray ) : Entity
AddMonoBehaviourSubClass ( MonoBehaviourSubClass newMonoBehaviour ) : Entity
AddMove ( int newSpeed ) : Entity
AddMyBool ( bool newMyBool ) : Entity
AddMyChar ( char newMyChar ) : Entity
AddMyDouble ( double newMyDouble ) : Entity
AddMyEnum ( MyEnumComponent newMyEnum ) : Entity
AddMyFlags ( MyFlagsComponent newMyFlags ) : Entity
AddMyFloat ( float newMyFloat ) : Entity
AddMyInt ( int newMyInt ) : Entity
AddMyString ( string newMyString ) : Entity
AddName ( string newValue ) : Entity
AddOtherContext ( System newTimestamp, bool newIsLoggedIn ) : Entity
AddPerson ( int newAge, string newName ) : Entity
AddPerson ( string newName, string newGender ) : Entity
AddPosition ( IntVector2 newValue ) : Entity
AddPosition ( int newX, int newY ) : Entity
AddProperty ( string newValue ) : Entity
AddRect ( UnityEngine newRect ) : Entity
AddResource ( string newName ) : Entity
AddScore ( int newValue ) : Entity
AddSomeClass ( SomeClass newValue ) : Entity
AddSomeClassHideInBlueprintInspector ( SomeClassHideInBlueprintInspector newValue ) : Entity
AddSomeOtherClass ( SomeNamespace newValue ) : Entity
AddSomeStruct ( SomeStruct newValue ) : Entity
AddSystemObject ( object newSystemObject ) : Entity
AddTexture ( UnityEngine newTexture ) : Entity
AddTexture2D ( UnityEngine newTexture2D ) : Entity
AddUIPosition ( int newX, int newY ) : Entity
AddUnityObject ( UnityEngine newUnityObject ) : Entity
AddUnsupportedObject ( UnsupportedObject newUnsupportedObject ) : Entity
AddUser ( System newTimestamp, bool newIsLoggedIn ) : Entity
AddUser ( string newName, int newAge ) : Entity
AddVector2 ( UnityEngine newVector2 ) : Entity
AddVector3 ( UnityEngine newVector3 ) : Entity
AddVector4 ( UnityEngine newVector4 ) : Entity
AddVelocity ( IntVector2 newValue ) : Entity
ApplyBlueprint ( Blueprint blueprint, bool replaceComponents = false ) : Entity
ClearScoreComponentPool ( ) : void
IsAnimating ( bool value ) : Entity
IsC ( bool value ) : Entity
IsDefaultContext ( bool value ) : Entity
IsGameBoardElement ( bool value ) : Entity
IsHideInBlueprintInspector ( bool value ) : Entity
IsInteractive ( bool value ) : Entity
IsMovable ( bool value ) : Entity
IsMultipleContextAndDefaultContext ( bool value ) : Entity
IsNamespace ( bool value ) : Entity
IsSome ( bool value ) : Entity
IsTest ( bool value ) : Entity
MyCustomPrefix ( bool value ) : Entity
RemoveAge ( ) : Entity
RemoveAnArray ( ) : Entity
RemoveAnimationCurve ( ) : Entity
RemoveArray2D ( ) : Entity
RemoveArray3D ( ) : Entity
RemoveBounds ( ) : Entity
RemoveCoins ( ) : Entity
RemoveColor ( ) : Entity
RemoveComponentWithFieldsAndProperties ( ) : Entity
RemoveCoolName ( ) : Entity
RemoveCustomObject ( ) : Entity
RemoveDateTime ( ) : Entity
RemoveDictArray ( ) : Entity
RemoveDictionary ( ) : Entity
RemoveHashSet ( ) : Entity
RemoveHealth ( ) : Entity
RemoveHideInBlueprintInspectorClass ( ) : Entity
RemoveISomeInterface ( ) : Entity
RemoveJaggedArray ( ) : Entity
RemoveList ( ) : Entity
RemoveListArray ( ) : Entity
RemoveMonoBehaviourSubClass ( ) : Entity
RemoveMove ( ) : Entity
RemoveMyBool ( ) : Entity
RemoveMyChar ( ) : Entity
RemoveMyDouble ( ) : Entity
RemoveMyEnum ( ) : Entity
RemoveMyFlags ( ) : Entity
RemoveMyFloat ( ) : Entity
RemoveMyInt ( ) : Entity
RemoveMyString ( ) : Entity
RemoveName ( ) : Entity
RemoveOtherContext ( ) : Entity
RemovePerson ( ) : Entity
RemovePosition ( ) : Entity
RemoveProperty ( ) : Entity
RemoveRect ( ) : Entity
RemoveResource ( ) : Entity
RemoveScore ( ) : Entity
RemoveSomeClass ( ) : Entity
RemoveSomeClassHideInBlueprintInspector ( ) : Entity
RemoveSomeOtherClass ( ) : Entity
RemoveSomeStruct ( ) : Entity
RemoveSystemObject ( ) : Entity
RemoveTexture ( ) : Entity
RemoveTexture2D ( ) : Entity
RemoveUIPosition ( ) : Entity
RemoveUnityObject ( ) : Entity
RemoveUnsupportedObject ( ) : Entity
RemoveUser ( ) : Entity
RemoveVector2 ( ) : Entity
RemoveVector3 ( ) : Entity
RemoveVector4 ( ) : Entity
RemoveVelocity ( ) : Entity
ReplaceAge ( int newValue ) : Entity
ReplaceAnArray ( string newArray ) : Entity
ReplaceAnimationCurve ( UnityEngine newAnimationCurve ) : Entity
ReplaceArray2D ( string newArray2d ) : Entity
ReplaceArray3D ( string newArray3d ) : Entity
ReplaceBounds ( UnityEngine newBounds ) : Entity
ReplaceCoins ( int newCount ) : Entity
ReplaceColor ( UnityEngine newColor ) : Entity
ReplaceComponentWithFieldsAndProperties ( string newPublicField, string newPublicProperty ) : Entity
ReplaceCoolName ( BadName newValue ) : Entity
ReplaceCustomObject ( CustomObject newCustomObject ) : Entity
ReplaceDateTime ( System newDate ) : Entity
ReplaceDictArray ( string[]>.System newDict, string[]>.System newDictArray ) : Entity
ReplaceDictionary ( string>.System newDict ) : Entity
ReplaceHashSet ( System newHashset ) : Entity
ReplaceHealth ( int newValue ) : Entity
ReplaceHideInBlueprintInspectorClass ( HideInBlueprintInspectorClass newValue ) : Entity
ReplaceISomeInterface ( ISomeInterface newValue ) : Entity
ReplaceJaggedArray ( string newJaggedArray ) : Entity
ReplaceList ( System newList ) : Entity
ReplaceListArray ( System newListArray ) : Entity
ReplaceMonoBehaviourSubClass ( MonoBehaviourSubClass newMonoBehaviour ) : Entity
ReplaceMove ( int newSpeed ) : Entity
ReplaceMyBool ( bool newMyBool ) : Entity
ReplaceMyChar ( char newMyChar ) : Entity
ReplaceMyDouble ( double newMyDouble ) : Entity
ReplaceMyEnum ( MyEnumComponent newMyEnum ) : Entity
ReplaceMyFlags ( MyFlagsComponent newMyFlags ) : Entity
ReplaceMyFloat ( float newMyFloat ) : Entity
ReplaceMyInt ( int newMyInt ) : Entity
ReplaceMyString ( string newMyString ) : Entity
ReplaceName ( string newValue ) : Entity
ReplaceOtherContext ( System newTimestamp, bool newIsLoggedIn ) : Entity
ReplacePerson ( int newAge, string newName ) : Entity
ReplacePerson ( string newName, string newGender ) : Entity
ReplacePosition ( IntVector2 newValue ) : Entity
ReplacePosition ( int newX, int newY ) : Entity
ReplaceProperty ( string newValue ) : Entity
ReplaceRect ( UnityEngine newRect ) : Entity
ReplaceResource ( string newName ) : Entity
ReplaceScore ( int newValue ) : Entity
ReplaceSomeClass ( SomeClass newValue ) : Entity
ReplaceSomeClassHideInBlueprintInspector ( SomeClassHideInBlueprintInspector newValue ) : Entity
ReplaceSomeOtherClass ( SomeNamespace newValue ) : Entity
ReplaceSomeStruct ( SomeStruct newValue ) : Entity
ReplaceSystemObject ( object newSystemObject ) : Entity
ReplaceTexture ( UnityEngine newTexture ) : Entity
ReplaceTexture2D ( UnityEngine newTexture2D ) : Entity
ReplaceUIPosition ( int newX, int newY ) : Entity
ReplaceUnityObject ( UnityEngine newUnityObject ) : Entity
ReplaceUnsupportedObject ( UnsupportedObject newUnsupportedObject ) : Entity
ReplaceUser ( System newTimestamp, bool newIsLoggedIn ) : Entity
ReplaceUser ( string newName, int newAge ) : Entity
ReplaceVector2 ( UnityEngine newVector2 ) : Entity
ReplaceVector3 ( UnityEngine newVector3 ) : Entity
ReplaceVector4 ( UnityEngine newVector4 ) : Entity
ReplaceVelocity ( IntVector2 newValue ) : Entity

Method Details

AddAge() public méthode

public AddAge ( int newValue ) : Entity
newValue int
Résultat Entity

AddAnArray() public méthode

public AddAnArray ( string newArray ) : Entity
newArray string
Résultat Entity

AddAnimationCurve() public méthode

public AddAnimationCurve ( UnityEngine newAnimationCurve ) : Entity
newAnimationCurve UnityEngine
Résultat Entity

AddArray2D() public méthode

public AddArray2D ( string newArray2d ) : Entity
newArray2d string
Résultat Entity

AddArray3D() public méthode

public AddArray3D ( string newArray3d ) : Entity
newArray3d string
Résultat Entity

AddBounds() public méthode

public AddBounds ( UnityEngine newBounds ) : Entity
newBounds UnityEngine
Résultat Entity

AddCoins() public méthode

public AddCoins ( int newCount ) : Entity
newCount int
Résultat Entity

AddColor() public méthode

public AddColor ( UnityEngine newColor ) : Entity
newColor UnityEngine
Résultat Entity

AddComponentWithFieldsAndProperties() public méthode

public AddComponentWithFieldsAndProperties ( string newPublicField, string newPublicProperty ) : Entity
newPublicField string
newPublicProperty string
Résultat Entity

AddCoolName() public méthode

public AddCoolName ( BadName newValue ) : Entity
newValue BadName
Résultat Entity

AddCustomObject() public méthode

public AddCustomObject ( CustomObject newCustomObject ) : Entity
newCustomObject CustomObject
Résultat Entity

AddDateTime() public méthode

public AddDateTime ( System newDate ) : Entity
newDate System
Résultat Entity

AddDictArray() public méthode

public AddDictArray ( string[]>.System newDict, string[]>.System newDictArray ) : Entity
newDict string[]>.System
newDictArray string[]>.System
Résultat Entity

AddDictionary() public méthode

public AddDictionary ( string>.System newDict ) : Entity
newDict string>.System
Résultat Entity

AddHashSet() public méthode

public AddHashSet ( System newHashset ) : Entity
newHashset System
Résultat Entity

AddHealth() public méthode

public AddHealth ( int newValue ) : Entity
newValue int
Résultat Entity

AddHideInBlueprintInspectorClass() public méthode

public AddHideInBlueprintInspectorClass ( HideInBlueprintInspectorClass newValue ) : Entity
newValue HideInBlueprintInspectorClass
Résultat Entity

AddISomeInterface() public méthode

public AddISomeInterface ( ISomeInterface newValue ) : Entity
newValue ISomeInterface
Résultat Entity

AddJaggedArray() public méthode

public AddJaggedArray ( string newJaggedArray ) : Entity
newJaggedArray string
Résultat Entity

AddList() public méthode

public AddList ( System newList ) : Entity
newList System
Résultat Entity

AddListArray() public méthode

public AddListArray ( System newListArray ) : Entity
newListArray System
Résultat Entity

AddMonoBehaviourSubClass() public méthode

public AddMonoBehaviourSubClass ( MonoBehaviourSubClass newMonoBehaviour ) : Entity
newMonoBehaviour MonoBehaviourSubClass
Résultat Entity

AddMove() public méthode

public AddMove ( int newSpeed ) : Entity
newSpeed int
Résultat Entity

AddMyBool() public méthode

public AddMyBool ( bool newMyBool ) : Entity
newMyBool bool
Résultat Entity

AddMyChar() public méthode

public AddMyChar ( char newMyChar ) : Entity
newMyChar char
Résultat Entity

AddMyDouble() public méthode

public AddMyDouble ( double newMyDouble ) : Entity
newMyDouble double
Résultat Entity

AddMyEnum() public méthode

public AddMyEnum ( MyEnumComponent newMyEnum ) : Entity
newMyEnum MyEnumComponent
Résultat Entity

AddMyFlags() public méthode

public AddMyFlags ( MyFlagsComponent newMyFlags ) : Entity
newMyFlags MyFlagsComponent
Résultat Entity

AddMyFloat() public méthode

public AddMyFloat ( float newMyFloat ) : Entity
newMyFloat float
Résultat Entity

AddMyInt() public méthode

public AddMyInt ( int newMyInt ) : Entity
newMyInt int
Résultat Entity

AddMyString() public méthode

public AddMyString ( string newMyString ) : Entity
newMyString string
Résultat Entity

AddName() public méthode

public AddName ( string newValue ) : Entity
newValue string
Résultat Entity

AddOtherContext() public méthode

public AddOtherContext ( System newTimestamp, bool newIsLoggedIn ) : Entity
newTimestamp System
newIsLoggedIn bool
Résultat Entity

AddPerson() public méthode

public AddPerson ( int newAge, string newName ) : Entity
newAge int
newName string
Résultat Entity

AddPerson() public méthode

public AddPerson ( string newName, string newGender ) : Entity
newName string
newGender string
Résultat Entity

AddPosition() public méthode

public AddPosition ( IntVector2 newValue ) : Entity
newValue IntVector2
Résultat Entity

AddPosition() public méthode

public AddPosition ( int newX, int newY ) : Entity
newX int
newY int
Résultat Entity

AddProperty() public méthode

public AddProperty ( string newValue ) : Entity
newValue string
Résultat Entity

AddRect() public méthode

public AddRect ( UnityEngine newRect ) : Entity
newRect UnityEngine
Résultat Entity

AddResource() public méthode

public AddResource ( string newName ) : Entity
newName string
Résultat Entity

AddScore() public méthode

public AddScore ( int newValue ) : Entity
newValue int
Résultat Entity

AddSomeClass() public méthode

public AddSomeClass ( SomeClass newValue ) : Entity
newValue SomeClass
Résultat Entity

AddSomeClassHideInBlueprintInspector() public méthode

public AddSomeClassHideInBlueprintInspector ( SomeClassHideInBlueprintInspector newValue ) : Entity
newValue SomeClassHideInBlueprintInspector
Résultat Entity

AddSomeOtherClass() public méthode

public AddSomeOtherClass ( SomeNamespace newValue ) : Entity
newValue SomeNamespace
Résultat Entity

AddSomeStruct() public méthode

public AddSomeStruct ( SomeStruct newValue ) : Entity
newValue SomeStruct
Résultat Entity

AddSystemObject() public méthode

public AddSystemObject ( object newSystemObject ) : Entity
newSystemObject object
Résultat Entity

AddTexture() public méthode

public AddTexture ( UnityEngine newTexture ) : Entity
newTexture UnityEngine
Résultat Entity

AddTexture2D() public méthode

public AddTexture2D ( UnityEngine newTexture2D ) : Entity
newTexture2D UnityEngine
Résultat Entity

AddUIPosition() public méthode

public AddUIPosition ( int newX, int newY ) : Entity
newX int
newY int
Résultat Entity

AddUnityObject() public méthode

public AddUnityObject ( UnityEngine newUnityObject ) : Entity
newUnityObject UnityEngine
Résultat Entity

AddUnsupportedObject() public méthode

public AddUnsupportedObject ( UnsupportedObject newUnsupportedObject ) : Entity
newUnsupportedObject UnsupportedObject
Résultat Entity

AddUser() public méthode

public AddUser ( System newTimestamp, bool newIsLoggedIn ) : Entity
newTimestamp System
newIsLoggedIn bool
Résultat Entity

AddUser() public méthode

public AddUser ( string newName, int newAge ) : Entity
newName string
newAge int
Résultat Entity

AddVector2() public méthode

public AddVector2 ( UnityEngine newVector2 ) : Entity
newVector2 UnityEngine
Résultat Entity

AddVector3() public méthode

public AddVector3 ( UnityEngine newVector3 ) : Entity
newVector3 UnityEngine
Résultat Entity

AddVector4() public méthode

public AddVector4 ( UnityEngine newVector4 ) : Entity
newVector4 UnityEngine
Résultat Entity

AddVelocity() public méthode

public AddVelocity ( IntVector2 newValue ) : Entity
newValue IntVector2
Résultat Entity

ApplyBlueprint() public méthode

public ApplyBlueprint ( Blueprint blueprint, bool replaceComponents = false ) : Entity
blueprint Blueprint
replaceComponents bool
Résultat Entity

ClearScoreComponentPool() public static méthode

public static ClearScoreComponentPool ( ) : void
Résultat void

IsAnimating() public méthode

public IsAnimating ( bool value ) : Entity
value bool
Résultat Entity

IsC() public méthode

public IsC ( bool value ) : Entity
value bool
Résultat Entity

IsDefaultContext() public méthode

public IsDefaultContext ( bool value ) : Entity
value bool
Résultat Entity

IsGameBoardElement() public méthode

public IsGameBoardElement ( bool value ) : Entity
value bool
Résultat Entity

IsHideInBlueprintInspector() public méthode

public IsHideInBlueprintInspector ( bool value ) : Entity
value bool
Résultat Entity

IsInteractive() public méthode

public IsInteractive ( bool value ) : Entity
value bool
Résultat Entity

IsMovable() public méthode

public IsMovable ( bool value ) : Entity
value bool
Résultat Entity

IsMultipleContextAndDefaultContext() public méthode

public IsMultipleContextAndDefaultContext ( bool value ) : Entity
value bool
Résultat Entity

IsNamespace() public méthode

public IsNamespace ( bool value ) : Entity
value bool
Résultat Entity

IsSome() public méthode

public IsSome ( bool value ) : Entity
value bool
Résultat Entity

IsTest() public méthode

public IsTest ( bool value ) : Entity
value bool
Résultat Entity

MyCustomPrefix() public méthode

public MyCustomPrefix ( bool value ) : Entity
value bool
Résultat Entity

RemoveAge() public méthode

public RemoveAge ( ) : Entity
Résultat Entity

RemoveAnArray() public méthode

public RemoveAnArray ( ) : Entity
Résultat Entity

RemoveAnimationCurve() public méthode

public RemoveAnimationCurve ( ) : Entity
Résultat Entity

RemoveArray2D() public méthode

public RemoveArray2D ( ) : Entity
Résultat Entity

RemoveArray3D() public méthode

public RemoveArray3D ( ) : Entity
Résultat Entity

RemoveBounds() public méthode

public RemoveBounds ( ) : Entity
Résultat Entity

RemoveCoins() public méthode

public RemoveCoins ( ) : Entity
Résultat Entity

RemoveColor() public méthode

public RemoveColor ( ) : Entity
Résultat Entity

RemoveComponentWithFieldsAndProperties() public méthode

public RemoveComponentWithFieldsAndProperties ( ) : Entity
Résultat Entity

RemoveCoolName() public méthode

public RemoveCoolName ( ) : Entity
Résultat Entity

RemoveCustomObject() public méthode

public RemoveCustomObject ( ) : Entity
Résultat Entity

RemoveDateTime() public méthode

public RemoveDateTime ( ) : Entity
Résultat Entity

RemoveDictArray() public méthode

public RemoveDictArray ( ) : Entity
Résultat Entity

RemoveDictionary() public méthode

public RemoveDictionary ( ) : Entity
Résultat Entity

RemoveHashSet() public méthode

public RemoveHashSet ( ) : Entity
Résultat Entity

RemoveHealth() public méthode

public RemoveHealth ( ) : Entity
Résultat Entity

RemoveHideInBlueprintInspectorClass() public méthode

public RemoveHideInBlueprintInspectorClass ( ) : Entity
Résultat Entity

RemoveISomeInterface() public méthode

public RemoveISomeInterface ( ) : Entity
Résultat Entity

RemoveJaggedArray() public méthode

public RemoveJaggedArray ( ) : Entity
Résultat Entity

RemoveList() public méthode

public RemoveList ( ) : Entity
Résultat Entity

RemoveListArray() public méthode

public RemoveListArray ( ) : Entity
Résultat Entity

RemoveMonoBehaviourSubClass() public méthode

public RemoveMonoBehaviourSubClass ( ) : Entity
Résultat Entity

RemoveMove() public méthode

public RemoveMove ( ) : Entity
Résultat Entity

RemoveMyBool() public méthode

public RemoveMyBool ( ) : Entity
Résultat Entity

RemoveMyChar() public méthode

public RemoveMyChar ( ) : Entity
Résultat Entity

RemoveMyDouble() public méthode

public RemoveMyDouble ( ) : Entity
Résultat Entity

RemoveMyEnum() public méthode

public RemoveMyEnum ( ) : Entity
Résultat Entity

RemoveMyFlags() public méthode

public RemoveMyFlags ( ) : Entity
Résultat Entity

RemoveMyFloat() public méthode

public RemoveMyFloat ( ) : Entity
Résultat Entity

RemoveMyInt() public méthode

public RemoveMyInt ( ) : Entity
Résultat Entity

RemoveMyString() public méthode

public RemoveMyString ( ) : Entity
Résultat Entity

RemoveName() public méthode

public RemoveName ( ) : Entity
Résultat Entity

RemoveOtherContext() public méthode

public RemoveOtherContext ( ) : Entity
Résultat Entity

RemovePerson() public méthode

public RemovePerson ( ) : Entity
Résultat Entity

RemovePosition() public méthode

public RemovePosition ( ) : Entity
Résultat Entity

RemoveProperty() public méthode

public RemoveProperty ( ) : Entity
Résultat Entity

RemoveRect() public méthode

public RemoveRect ( ) : Entity
Résultat Entity

RemoveResource() public méthode

public RemoveResource ( ) : Entity
Résultat Entity

RemoveScore() public méthode

public RemoveScore ( ) : Entity
Résultat Entity

RemoveSomeClass() public méthode

public RemoveSomeClass ( ) : Entity
Résultat Entity

RemoveSomeClassHideInBlueprintInspector() public méthode

public RemoveSomeClassHideInBlueprintInspector ( ) : Entity
Résultat Entity

RemoveSomeOtherClass() public méthode

public RemoveSomeOtherClass ( ) : Entity
Résultat Entity

RemoveSomeStruct() public méthode

public RemoveSomeStruct ( ) : Entity
Résultat Entity

RemoveSystemObject() public méthode

public RemoveSystemObject ( ) : Entity
Résultat Entity

RemoveTexture() public méthode

public RemoveTexture ( ) : Entity
Résultat Entity

RemoveTexture2D() public méthode

public RemoveTexture2D ( ) : Entity
Résultat Entity

RemoveUIPosition() public méthode

public RemoveUIPosition ( ) : Entity
Résultat Entity

RemoveUnityObject() public méthode

public RemoveUnityObject ( ) : Entity
Résultat Entity

RemoveUnsupportedObject() public méthode

public RemoveUnsupportedObject ( ) : Entity
Résultat Entity

RemoveUser() public méthode

public RemoveUser ( ) : Entity
Résultat Entity

RemoveVector2() public méthode

public RemoveVector2 ( ) : Entity
Résultat Entity

RemoveVector3() public méthode

public RemoveVector3 ( ) : Entity
Résultat Entity

RemoveVector4() public méthode

public RemoveVector4 ( ) : Entity
Résultat Entity

RemoveVelocity() public méthode

public RemoveVelocity ( ) : Entity
Résultat Entity

ReplaceAge() public méthode

public ReplaceAge ( int newValue ) : Entity
newValue int
Résultat Entity

ReplaceAnArray() public méthode

public ReplaceAnArray ( string newArray ) : Entity
newArray string
Résultat Entity

ReplaceAnimationCurve() public méthode

public ReplaceAnimationCurve ( UnityEngine newAnimationCurve ) : Entity
newAnimationCurve UnityEngine
Résultat Entity

ReplaceArray2D() public méthode

public ReplaceArray2D ( string newArray2d ) : Entity
newArray2d string
Résultat Entity

ReplaceArray3D() public méthode

public ReplaceArray3D ( string newArray3d ) : Entity
newArray3d string
Résultat Entity

ReplaceBounds() public méthode

public ReplaceBounds ( UnityEngine newBounds ) : Entity
newBounds UnityEngine
Résultat Entity

ReplaceCoins() public méthode

public ReplaceCoins ( int newCount ) : Entity
newCount int
Résultat Entity

ReplaceColor() public méthode

public ReplaceColor ( UnityEngine newColor ) : Entity
newColor UnityEngine
Résultat Entity

ReplaceComponentWithFieldsAndProperties() public méthode

public ReplaceComponentWithFieldsAndProperties ( string newPublicField, string newPublicProperty ) : Entity
newPublicField string
newPublicProperty string
Résultat Entity

ReplaceCoolName() public méthode

public ReplaceCoolName ( BadName newValue ) : Entity
newValue BadName
Résultat Entity

ReplaceCustomObject() public méthode

public ReplaceCustomObject ( CustomObject newCustomObject ) : Entity
newCustomObject CustomObject
Résultat Entity

ReplaceDateTime() public méthode

public ReplaceDateTime ( System newDate ) : Entity
newDate System
Résultat Entity

ReplaceDictArray() public méthode

public ReplaceDictArray ( string[]>.System newDict, string[]>.System newDictArray ) : Entity
newDict string[]>.System
newDictArray string[]>.System
Résultat Entity

ReplaceDictionary() public méthode

public ReplaceDictionary ( string>.System newDict ) : Entity
newDict string>.System
Résultat Entity

ReplaceHashSet() public méthode

public ReplaceHashSet ( System newHashset ) : Entity
newHashset System
Résultat Entity

ReplaceHealth() public méthode

public ReplaceHealth ( int newValue ) : Entity
newValue int
Résultat Entity

ReplaceHideInBlueprintInspectorClass() public méthode

public ReplaceHideInBlueprintInspectorClass ( HideInBlueprintInspectorClass newValue ) : Entity
newValue HideInBlueprintInspectorClass
Résultat Entity

ReplaceISomeInterface() public méthode

public ReplaceISomeInterface ( ISomeInterface newValue ) : Entity
newValue ISomeInterface
Résultat Entity

ReplaceJaggedArray() public méthode

public ReplaceJaggedArray ( string newJaggedArray ) : Entity
newJaggedArray string
Résultat Entity

ReplaceList() public méthode

public ReplaceList ( System newList ) : Entity
newList System
Résultat Entity

ReplaceListArray() public méthode

public ReplaceListArray ( System newListArray ) : Entity
newListArray System
Résultat Entity

ReplaceMonoBehaviourSubClass() public méthode

public ReplaceMonoBehaviourSubClass ( MonoBehaviourSubClass newMonoBehaviour ) : Entity
newMonoBehaviour MonoBehaviourSubClass
Résultat Entity

ReplaceMove() public méthode

public ReplaceMove ( int newSpeed ) : Entity
newSpeed int
Résultat Entity

ReplaceMyBool() public méthode

public ReplaceMyBool ( bool newMyBool ) : Entity
newMyBool bool
Résultat Entity

ReplaceMyChar() public méthode

public ReplaceMyChar ( char newMyChar ) : Entity
newMyChar char
Résultat Entity

ReplaceMyDouble() public méthode

public ReplaceMyDouble ( double newMyDouble ) : Entity
newMyDouble double
Résultat Entity

ReplaceMyEnum() public méthode

public ReplaceMyEnum ( MyEnumComponent newMyEnum ) : Entity
newMyEnum MyEnumComponent
Résultat Entity

ReplaceMyFlags() public méthode

public ReplaceMyFlags ( MyFlagsComponent newMyFlags ) : Entity
newMyFlags MyFlagsComponent
Résultat Entity

ReplaceMyFloat() public méthode

public ReplaceMyFloat ( float newMyFloat ) : Entity
newMyFloat float
Résultat Entity

ReplaceMyInt() public méthode

public ReplaceMyInt ( int newMyInt ) : Entity
newMyInt int
Résultat Entity

ReplaceMyString() public méthode

public ReplaceMyString ( string newMyString ) : Entity
newMyString string
Résultat Entity

ReplaceName() public méthode

public ReplaceName ( string newValue ) : Entity
newValue string
Résultat Entity

ReplaceOtherContext() public méthode

public ReplaceOtherContext ( System newTimestamp, bool newIsLoggedIn ) : Entity
newTimestamp System
newIsLoggedIn bool
Résultat Entity

ReplacePerson() public méthode

public ReplacePerson ( int newAge, string newName ) : Entity
newAge int
newName string
Résultat Entity

ReplacePerson() public méthode

public ReplacePerson ( string newName, string newGender ) : Entity
newName string
newGender string
Résultat Entity

ReplacePosition() public méthode

public ReplacePosition ( IntVector2 newValue ) : Entity
newValue IntVector2
Résultat Entity

ReplacePosition() public méthode

public ReplacePosition ( int newX, int newY ) : Entity
newX int
newY int
Résultat Entity

ReplaceProperty() public méthode

public ReplaceProperty ( string newValue ) : Entity
newValue string
Résultat Entity

ReplaceRect() public méthode

public ReplaceRect ( UnityEngine newRect ) : Entity
newRect UnityEngine
Résultat Entity

ReplaceResource() public méthode

public ReplaceResource ( string newName ) : Entity
newName string
Résultat Entity

ReplaceScore() public méthode

public ReplaceScore ( int newValue ) : Entity
newValue int
Résultat Entity

ReplaceSomeClass() public méthode

public ReplaceSomeClass ( SomeClass newValue ) : Entity
newValue SomeClass
Résultat Entity

ReplaceSomeClassHideInBlueprintInspector() public méthode

public ReplaceSomeClassHideInBlueprintInspector ( SomeClassHideInBlueprintInspector newValue ) : Entity
newValue SomeClassHideInBlueprintInspector
Résultat Entity

ReplaceSomeOtherClass() public méthode

public ReplaceSomeOtherClass ( SomeNamespace newValue ) : Entity
newValue SomeNamespace
Résultat Entity

ReplaceSomeStruct() public méthode

public ReplaceSomeStruct ( SomeStruct newValue ) : Entity
newValue SomeStruct
Résultat Entity

ReplaceSystemObject() public méthode

public ReplaceSystemObject ( object newSystemObject ) : Entity
newSystemObject object
Résultat Entity

ReplaceTexture() public méthode

public ReplaceTexture ( UnityEngine newTexture ) : Entity
newTexture UnityEngine
Résultat Entity

ReplaceTexture2D() public méthode

public ReplaceTexture2D ( UnityEngine newTexture2D ) : Entity
newTexture2D UnityEngine
Résultat Entity

ReplaceUIPosition() public méthode

public ReplaceUIPosition ( int newX, int newY ) : Entity
newX int
newY int
Résultat Entity

ReplaceUnityObject() public méthode

public ReplaceUnityObject ( UnityEngine newUnityObject ) : Entity
newUnityObject UnityEngine
Résultat Entity

ReplaceUnsupportedObject() public méthode

public ReplaceUnsupportedObject ( UnsupportedObject newUnsupportedObject ) : Entity
newUnsupportedObject UnsupportedObject
Résultat Entity

ReplaceUser() public méthode

public ReplaceUser ( System newTimestamp, bool newIsLoggedIn ) : Entity
newTimestamp System
newIsLoggedIn bool
Résultat Entity

ReplaceUser() public méthode

public ReplaceUser ( string newName, int newAge ) : Entity
newName string
newAge int
Résultat Entity

ReplaceVector2() public méthode

public ReplaceVector2 ( UnityEngine newVector2 ) : Entity
newVector2 UnityEngine
Résultat Entity

ReplaceVector3() public méthode

public ReplaceVector3 ( UnityEngine newVector3 ) : Entity
newVector3 UnityEngine
Résultat Entity

ReplaceVector4() public méthode

public ReplaceVector4 ( UnityEngine newVector4 ) : Entity
newVector4 UnityEngine
Résultat Entity

ReplaceVelocity() public méthode

public ReplaceVelocity ( IntVector2 newValue ) : Entity
newValue IntVector2
Résultat Entity