C# Class Entitas.Entity

Mostrar archivo Open project: sschmid/Entitas-CSharp Class Usage Examples

Public Methods

Method 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 method

public AddAge ( int newValue ) : Entity
newValue int
return Entity

AddAnArray() public method

public AddAnArray ( string newArray ) : Entity
newArray string
return Entity

AddAnimationCurve() public method

public AddAnimationCurve ( UnityEngine newAnimationCurve ) : Entity
newAnimationCurve UnityEngine
return Entity

AddArray2D() public method

public AddArray2D ( string newArray2d ) : Entity
newArray2d string
return Entity

AddArray3D() public method

public AddArray3D ( string newArray3d ) : Entity
newArray3d string
return Entity

AddBounds() public method

public AddBounds ( UnityEngine newBounds ) : Entity
newBounds UnityEngine
return Entity

AddCoins() public method

public AddCoins ( int newCount ) : Entity
newCount int
return Entity

AddColor() public method

public AddColor ( UnityEngine newColor ) : Entity
newColor UnityEngine
return Entity

AddComponentWithFieldsAndProperties() public method

public AddComponentWithFieldsAndProperties ( string newPublicField, string newPublicProperty ) : Entity
newPublicField string
newPublicProperty string
return Entity

AddCoolName() public method

public AddCoolName ( BadName newValue ) : Entity
newValue BadName
return Entity

AddCustomObject() public method

public AddCustomObject ( CustomObject newCustomObject ) : Entity
newCustomObject CustomObject
return Entity

AddDateTime() public method

public AddDateTime ( System newDate ) : Entity
newDate System
return Entity

AddDictArray() public method

public AddDictArray ( string[]>.System newDict, string[]>.System newDictArray ) : Entity
newDict string[]>.System
newDictArray string[]>.System
return Entity

AddDictionary() public method

public AddDictionary ( string>.System newDict ) : Entity
newDict string>.System
return Entity

AddHashSet() public method

public AddHashSet ( System newHashset ) : Entity
newHashset System
return Entity

AddHealth() public method

public AddHealth ( int newValue ) : Entity
newValue int
return Entity

AddHideInBlueprintInspectorClass() public method

public AddHideInBlueprintInspectorClass ( HideInBlueprintInspectorClass newValue ) : Entity
newValue HideInBlueprintInspectorClass
return Entity

AddISomeInterface() public method

public AddISomeInterface ( ISomeInterface newValue ) : Entity
newValue ISomeInterface
return Entity

AddJaggedArray() public method

public AddJaggedArray ( string newJaggedArray ) : Entity
newJaggedArray string
return Entity

AddList() public method

public AddList ( System newList ) : Entity
newList System
return Entity

AddListArray() public method

public AddListArray ( System newListArray ) : Entity
newListArray System
return Entity

AddMonoBehaviourSubClass() public method

public AddMonoBehaviourSubClass ( MonoBehaviourSubClass newMonoBehaviour ) : Entity
newMonoBehaviour MonoBehaviourSubClass
return Entity

AddMove() public method

public AddMove ( int newSpeed ) : Entity
newSpeed int
return Entity

AddMyBool() public method

public AddMyBool ( bool newMyBool ) : Entity
newMyBool bool
return Entity

AddMyChar() public method

public AddMyChar ( char newMyChar ) : Entity
newMyChar char
return Entity

AddMyDouble() public method

public AddMyDouble ( double newMyDouble ) : Entity
newMyDouble double
return Entity

AddMyEnum() public method

public AddMyEnum ( MyEnumComponent newMyEnum ) : Entity
newMyEnum MyEnumComponent
return Entity

AddMyFlags() public method

public AddMyFlags ( MyFlagsComponent newMyFlags ) : Entity
newMyFlags MyFlagsComponent
return Entity

AddMyFloat() public method

public AddMyFloat ( float newMyFloat ) : Entity
newMyFloat float
return Entity

AddMyInt() public method

public AddMyInt ( int newMyInt ) : Entity
newMyInt int
return Entity

AddMyString() public method

public AddMyString ( string newMyString ) : Entity
newMyString string
return Entity

AddName() public method

public AddName ( string newValue ) : Entity
newValue string
return Entity

AddOtherContext() public method

public AddOtherContext ( System newTimestamp, bool newIsLoggedIn ) : Entity
newTimestamp System
newIsLoggedIn bool
return Entity

AddPerson() public method

public AddPerson ( int newAge, string newName ) : Entity
newAge int
newName string
return Entity

AddPerson() public method

public AddPerson ( string newName, string newGender ) : Entity
newName string
newGender string
return Entity

AddPosition() public method

public AddPosition ( IntVector2 newValue ) : Entity
newValue IntVector2
return Entity

AddPosition() public method

public AddPosition ( int newX, int newY ) : Entity
newX int
newY int
return Entity

AddProperty() public method

public AddProperty ( string newValue ) : Entity
newValue string
return Entity

AddRect() public method

public AddRect ( UnityEngine newRect ) : Entity
newRect UnityEngine
return Entity

AddResource() public method

public AddResource ( string newName ) : Entity
newName string
return Entity

AddScore() public method

public AddScore ( int newValue ) : Entity
newValue int
return Entity

AddSomeClass() public method

public AddSomeClass ( SomeClass newValue ) : Entity
newValue SomeClass
return Entity

AddSomeClassHideInBlueprintInspector() public method

public AddSomeClassHideInBlueprintInspector ( SomeClassHideInBlueprintInspector newValue ) : Entity
newValue SomeClassHideInBlueprintInspector
return Entity

AddSomeOtherClass() public method

public AddSomeOtherClass ( SomeNamespace newValue ) : Entity
newValue SomeNamespace
return Entity

AddSomeStruct() public method

public AddSomeStruct ( SomeStruct newValue ) : Entity
newValue SomeStruct
return Entity

AddSystemObject() public method

public AddSystemObject ( object newSystemObject ) : Entity
newSystemObject object
return Entity

AddTexture() public method

public AddTexture ( UnityEngine newTexture ) : Entity
newTexture UnityEngine
return Entity

AddTexture2D() public method

public AddTexture2D ( UnityEngine newTexture2D ) : Entity
newTexture2D UnityEngine
return Entity

AddUIPosition() public method

public AddUIPosition ( int newX, int newY ) : Entity
newX int
newY int
return Entity

AddUnityObject() public method

public AddUnityObject ( UnityEngine newUnityObject ) : Entity
newUnityObject UnityEngine
return Entity

AddUnsupportedObject() public method

public AddUnsupportedObject ( UnsupportedObject newUnsupportedObject ) : Entity
newUnsupportedObject UnsupportedObject
return Entity

AddUser() public method

public AddUser ( System newTimestamp, bool newIsLoggedIn ) : Entity
newTimestamp System
newIsLoggedIn bool
return Entity

AddUser() public method

public AddUser ( string newName, int newAge ) : Entity
newName string
newAge int
return Entity

AddVector2() public method

public AddVector2 ( UnityEngine newVector2 ) : Entity
newVector2 UnityEngine
return Entity

AddVector3() public method

public AddVector3 ( UnityEngine newVector3 ) : Entity
newVector3 UnityEngine
return Entity

AddVector4() public method

public AddVector4 ( UnityEngine newVector4 ) : Entity
newVector4 UnityEngine
return Entity

AddVelocity() public method

public AddVelocity ( IntVector2 newValue ) : Entity
newValue IntVector2
return Entity

ApplyBlueprint() public method

public ApplyBlueprint ( Blueprint blueprint, bool replaceComponents = false ) : Entity
blueprint Blueprint
replaceComponents bool
return Entity

ClearScoreComponentPool() public static method

public static ClearScoreComponentPool ( ) : void
return void

IsAnimating() public method

public IsAnimating ( bool value ) : Entity
value bool
return Entity

IsC() public method

public IsC ( bool value ) : Entity
value bool
return Entity

IsDefaultContext() public method

public IsDefaultContext ( bool value ) : Entity
value bool
return Entity

IsGameBoardElement() public method

public IsGameBoardElement ( bool value ) : Entity
value bool
return Entity

IsHideInBlueprintInspector() public method

public IsHideInBlueprintInspector ( bool value ) : Entity
value bool
return Entity

IsInteractive() public method

public IsInteractive ( bool value ) : Entity
value bool
return Entity

IsMovable() public method

public IsMovable ( bool value ) : Entity
value bool
return Entity

IsMultipleContextAndDefaultContext() public method

public IsMultipleContextAndDefaultContext ( bool value ) : Entity
value bool
return Entity

IsNamespace() public method

public IsNamespace ( bool value ) : Entity
value bool
return Entity

IsSome() public method

public IsSome ( bool value ) : Entity
value bool
return Entity

IsTest() public method

public IsTest ( bool value ) : Entity
value bool
return Entity

MyCustomPrefix() public method

public MyCustomPrefix ( bool value ) : Entity
value bool
return Entity

RemoveAge() public method

public RemoveAge ( ) : Entity
return Entity

RemoveAnArray() public method

public RemoveAnArray ( ) : Entity
return Entity

RemoveAnimationCurve() public method

public RemoveAnimationCurve ( ) : Entity
return Entity

RemoveArray2D() public method

public RemoveArray2D ( ) : Entity
return Entity

RemoveArray3D() public method

public RemoveArray3D ( ) : Entity
return Entity

RemoveBounds() public method

public RemoveBounds ( ) : Entity
return Entity

RemoveCoins() public method

public RemoveCoins ( ) : Entity
return Entity

RemoveColor() public method

public RemoveColor ( ) : Entity
return Entity

RemoveComponentWithFieldsAndProperties() public method

public RemoveComponentWithFieldsAndProperties ( ) : Entity
return Entity

RemoveCoolName() public method

public RemoveCoolName ( ) : Entity
return Entity

RemoveCustomObject() public method

public RemoveCustomObject ( ) : Entity
return Entity

RemoveDateTime() public method

public RemoveDateTime ( ) : Entity
return Entity

RemoveDictArray() public method

public RemoveDictArray ( ) : Entity
return Entity

RemoveDictionary() public method

public RemoveDictionary ( ) : Entity
return Entity

RemoveHashSet() public method

public RemoveHashSet ( ) : Entity
return Entity

RemoveHealth() public method

public RemoveHealth ( ) : Entity
return Entity

RemoveHideInBlueprintInspectorClass() public method

public RemoveHideInBlueprintInspectorClass ( ) : Entity
return Entity

RemoveISomeInterface() public method

public RemoveISomeInterface ( ) : Entity
return Entity

RemoveJaggedArray() public method

public RemoveJaggedArray ( ) : Entity
return Entity

RemoveList() public method

public RemoveList ( ) : Entity
return Entity

RemoveListArray() public method

public RemoveListArray ( ) : Entity
return Entity

RemoveMonoBehaviourSubClass() public method

public RemoveMonoBehaviourSubClass ( ) : Entity
return Entity

RemoveMove() public method

public RemoveMove ( ) : Entity
return Entity

RemoveMyBool() public method

public RemoveMyBool ( ) : Entity
return Entity

RemoveMyChar() public method

public RemoveMyChar ( ) : Entity
return Entity

RemoveMyDouble() public method

public RemoveMyDouble ( ) : Entity
return Entity

RemoveMyEnum() public method

public RemoveMyEnum ( ) : Entity
return Entity

RemoveMyFlags() public method

public RemoveMyFlags ( ) : Entity
return Entity

RemoveMyFloat() public method

public RemoveMyFloat ( ) : Entity
return Entity

RemoveMyInt() public method

public RemoveMyInt ( ) : Entity
return Entity

RemoveMyString() public method

public RemoveMyString ( ) : Entity
return Entity

RemoveName() public method

public RemoveName ( ) : Entity
return Entity

RemoveOtherContext() public method

public RemoveOtherContext ( ) : Entity
return Entity

RemovePerson() public method

public RemovePerson ( ) : Entity
return Entity

RemovePosition() public method

public RemovePosition ( ) : Entity
return Entity

RemoveProperty() public method

public RemoveProperty ( ) : Entity
return Entity

RemoveRect() public method

public RemoveRect ( ) : Entity
return Entity

RemoveResource() public method

public RemoveResource ( ) : Entity
return Entity

RemoveScore() public method

public RemoveScore ( ) : Entity
return Entity

RemoveSomeClass() public method

public RemoveSomeClass ( ) : Entity
return Entity

RemoveSomeClassHideInBlueprintInspector() public method

public RemoveSomeClassHideInBlueprintInspector ( ) : Entity
return Entity

RemoveSomeOtherClass() public method

public RemoveSomeOtherClass ( ) : Entity
return Entity

RemoveSomeStruct() public method

public RemoveSomeStruct ( ) : Entity
return Entity

RemoveSystemObject() public method

public RemoveSystemObject ( ) : Entity
return Entity

RemoveTexture() public method

public RemoveTexture ( ) : Entity
return Entity

RemoveTexture2D() public method

public RemoveTexture2D ( ) : Entity
return Entity

RemoveUIPosition() public method

public RemoveUIPosition ( ) : Entity
return Entity

RemoveUnityObject() public method

public RemoveUnityObject ( ) : Entity
return Entity

RemoveUnsupportedObject() public method

public RemoveUnsupportedObject ( ) : Entity
return Entity

RemoveUser() public method

public RemoveUser ( ) : Entity
return Entity

RemoveVector2() public method

public RemoveVector2 ( ) : Entity
return Entity

RemoveVector3() public method

public RemoveVector3 ( ) : Entity
return Entity

RemoveVector4() public method

public RemoveVector4 ( ) : Entity
return Entity

RemoveVelocity() public method

public RemoveVelocity ( ) : Entity
return Entity

ReplaceAge() public method

public ReplaceAge ( int newValue ) : Entity
newValue int
return Entity

ReplaceAnArray() public method

public ReplaceAnArray ( string newArray ) : Entity
newArray string
return Entity

ReplaceAnimationCurve() public method

public ReplaceAnimationCurve ( UnityEngine newAnimationCurve ) : Entity
newAnimationCurve UnityEngine
return Entity

ReplaceArray2D() public method

public ReplaceArray2D ( string newArray2d ) : Entity
newArray2d string
return Entity

ReplaceArray3D() public method

public ReplaceArray3D ( string newArray3d ) : Entity
newArray3d string
return Entity

ReplaceBounds() public method

public ReplaceBounds ( UnityEngine newBounds ) : Entity
newBounds UnityEngine
return Entity

ReplaceCoins() public method

public ReplaceCoins ( int newCount ) : Entity
newCount int
return Entity

ReplaceColor() public method

public ReplaceColor ( UnityEngine newColor ) : Entity
newColor UnityEngine
return Entity

ReplaceComponentWithFieldsAndProperties() public method

public ReplaceComponentWithFieldsAndProperties ( string newPublicField, string newPublicProperty ) : Entity
newPublicField string
newPublicProperty string
return Entity

ReplaceCoolName() public method

public ReplaceCoolName ( BadName newValue ) : Entity
newValue BadName
return Entity

ReplaceCustomObject() public method

public ReplaceCustomObject ( CustomObject newCustomObject ) : Entity
newCustomObject CustomObject
return Entity

ReplaceDateTime() public method

public ReplaceDateTime ( System newDate ) : Entity
newDate System
return Entity

ReplaceDictArray() public method

public ReplaceDictArray ( string[]>.System newDict, string[]>.System newDictArray ) : Entity
newDict string[]>.System
newDictArray string[]>.System
return Entity

ReplaceDictionary() public method

public ReplaceDictionary ( string>.System newDict ) : Entity
newDict string>.System
return Entity

ReplaceHashSet() public method

public ReplaceHashSet ( System newHashset ) : Entity
newHashset System
return Entity

ReplaceHealth() public method

public ReplaceHealth ( int newValue ) : Entity
newValue int
return Entity

ReplaceHideInBlueprintInspectorClass() public method

public ReplaceHideInBlueprintInspectorClass ( HideInBlueprintInspectorClass newValue ) : Entity
newValue HideInBlueprintInspectorClass
return Entity

ReplaceISomeInterface() public method

public ReplaceISomeInterface ( ISomeInterface newValue ) : Entity
newValue ISomeInterface
return Entity

ReplaceJaggedArray() public method

public ReplaceJaggedArray ( string newJaggedArray ) : Entity
newJaggedArray string
return Entity

ReplaceList() public method

public ReplaceList ( System newList ) : Entity
newList System
return Entity

ReplaceListArray() public method

public ReplaceListArray ( System newListArray ) : Entity
newListArray System
return Entity

ReplaceMonoBehaviourSubClass() public method

public ReplaceMonoBehaviourSubClass ( MonoBehaviourSubClass newMonoBehaviour ) : Entity
newMonoBehaviour MonoBehaviourSubClass
return Entity

ReplaceMove() public method

public ReplaceMove ( int newSpeed ) : Entity
newSpeed int
return Entity

ReplaceMyBool() public method

public ReplaceMyBool ( bool newMyBool ) : Entity
newMyBool bool
return Entity

ReplaceMyChar() public method

public ReplaceMyChar ( char newMyChar ) : Entity
newMyChar char
return Entity

ReplaceMyDouble() public method

public ReplaceMyDouble ( double newMyDouble ) : Entity
newMyDouble double
return Entity

ReplaceMyEnum() public method

public ReplaceMyEnum ( MyEnumComponent newMyEnum ) : Entity
newMyEnum MyEnumComponent
return Entity

ReplaceMyFlags() public method

public ReplaceMyFlags ( MyFlagsComponent newMyFlags ) : Entity
newMyFlags MyFlagsComponent
return Entity

ReplaceMyFloat() public method

public ReplaceMyFloat ( float newMyFloat ) : Entity
newMyFloat float
return Entity

ReplaceMyInt() public method

public ReplaceMyInt ( int newMyInt ) : Entity
newMyInt int
return Entity

ReplaceMyString() public method

public ReplaceMyString ( string newMyString ) : Entity
newMyString string
return Entity

ReplaceName() public method

public ReplaceName ( string newValue ) : Entity
newValue string
return Entity

ReplaceOtherContext() public method

public ReplaceOtherContext ( System newTimestamp, bool newIsLoggedIn ) : Entity
newTimestamp System
newIsLoggedIn bool
return Entity

ReplacePerson() public method

public ReplacePerson ( int newAge, string newName ) : Entity
newAge int
newName string
return Entity

ReplacePerson() public method

public ReplacePerson ( string newName, string newGender ) : Entity
newName string
newGender string
return Entity

ReplacePosition() public method

public ReplacePosition ( IntVector2 newValue ) : Entity
newValue IntVector2
return Entity

ReplacePosition() public method

public ReplacePosition ( int newX, int newY ) : Entity
newX int
newY int
return Entity

ReplaceProperty() public method

public ReplaceProperty ( string newValue ) : Entity
newValue string
return Entity

ReplaceRect() public method

public ReplaceRect ( UnityEngine newRect ) : Entity
newRect UnityEngine
return Entity

ReplaceResource() public method

public ReplaceResource ( string newName ) : Entity
newName string
return Entity

ReplaceScore() public method

public ReplaceScore ( int newValue ) : Entity
newValue int
return Entity

ReplaceSomeClass() public method

public ReplaceSomeClass ( SomeClass newValue ) : Entity
newValue SomeClass
return Entity

ReplaceSomeClassHideInBlueprintInspector() public method

public ReplaceSomeClassHideInBlueprintInspector ( SomeClassHideInBlueprintInspector newValue ) : Entity
newValue SomeClassHideInBlueprintInspector
return Entity

ReplaceSomeOtherClass() public method

public ReplaceSomeOtherClass ( SomeNamespace newValue ) : Entity
newValue SomeNamespace
return Entity

ReplaceSomeStruct() public method

public ReplaceSomeStruct ( SomeStruct newValue ) : Entity
newValue SomeStruct
return Entity

ReplaceSystemObject() public method

public ReplaceSystemObject ( object newSystemObject ) : Entity
newSystemObject object
return Entity

ReplaceTexture() public method

public ReplaceTexture ( UnityEngine newTexture ) : Entity
newTexture UnityEngine
return Entity

ReplaceTexture2D() public method

public ReplaceTexture2D ( UnityEngine newTexture2D ) : Entity
newTexture2D UnityEngine
return Entity

ReplaceUIPosition() public method

public ReplaceUIPosition ( int newX, int newY ) : Entity
newX int
newY int
return Entity

ReplaceUnityObject() public method

public ReplaceUnityObject ( UnityEngine newUnityObject ) : Entity
newUnityObject UnityEngine
return Entity

ReplaceUnsupportedObject() public method

public ReplaceUnsupportedObject ( UnsupportedObject newUnsupportedObject ) : Entity
newUnsupportedObject UnsupportedObject
return Entity

ReplaceUser() public method

public ReplaceUser ( System newTimestamp, bool newIsLoggedIn ) : Entity
newTimestamp System
newIsLoggedIn bool
return Entity

ReplaceUser() public method

public ReplaceUser ( string newName, int newAge ) : Entity
newName string
newAge int
return Entity

ReplaceVector2() public method

public ReplaceVector2 ( UnityEngine newVector2 ) : Entity
newVector2 UnityEngine
return Entity

ReplaceVector3() public method

public ReplaceVector3 ( UnityEngine newVector3 ) : Entity
newVector3 UnityEngine
return Entity

ReplaceVector4() public method

public ReplaceVector4 ( UnityEngine newVector4 ) : Entity
newVector4 UnityEngine
return Entity

ReplaceVelocity() public method

public ReplaceVelocity ( IntVector2 newValue ) : Entity
newValue IntVector2
return Entity