Class ReplaceBy
  
  
  
  
    Inheritance
    System.Object
    
    ActionInOut<
System.Collections.Generic.IList<
GameObject>, 
System.Collections.Generic.IList<
GameObject>>
 
    ReplaceBy
   
  
    Inherited Members
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
   
  
  Assembly: cs.temp.dll.dll
  
  
    public class ReplaceBy : ActionInOut<IList<GameObject>, IList<GameObject>>
   
  Fields
  
  
  
  
  
  
  Declaration
  
    [UserParameter("isReplaceByBB", null, null, null)]
public ReplaceByBoxType boundingBox
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | PiXYZ.Plugin4Unity.ReplaceByBoxType | 
         | 
      
    
  
  
  
  
  
  
  Declaration
  
    [UserParameter("isReplaceByGO", null, null, null)]
public GameObject gameobject
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | GameObject | 
         | 
      
    
  
  
  
  
  
  
  Declaration
  
    [UserParameter(null, null, null, null)]
public ReplaceBy.ReplaceByMode replaceBy
   
  Field Value
  
  
  
  
  
  
  Declaration
  
    [UserParameter(null, null, "If true, use the rotation of the newly placed object, otherwise, use the rotation of the original object", null)]
public bool replaceRotation
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
  
  
  
  
  Declaration
  
    [UserParameter(null, null, "If true, use the scale of the newly placed object, otherwise, use the scale of the original object", null)]
public bool replaceScale
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  Properties
  
  
  
  
  
  
  
  Declaration
  
    public override int id { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  Overrides
  
  
  
  
  
  
  
  Declaration
  
    public override string menuPathRuleEngine { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  Overrides
  
  
  
  
  
  
  
  Declaration
  
    public override string menuPathToolbox { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  Overrides
  
  
  
  
  
  
  
  Declaration
  
    public override int order { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  Overrides
  
  
  
  
  
  
  
  Declaration
  
    public override string tooltip { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  Overrides
  
  Methods
  
  
  
  
  
  
  
  Declaration
  
    public override string[] getErrors()
   
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String[] | 
         | 
      
    
  
  Overrides
  
  
  
  
  
  
  
  Declaration
  
    public override IList<GameObject> run(IList<GameObject> input)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Collections.Generic.IList<GameObject> | 
        input | 
         | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Collections.Generic.IList<GameObject> | 
         | 
      
    
  
  Overrides
  PiXYZ.Tools.ActionInOut<System.Collections.Generic.IList<GameObject>, System.Collections.Generic.IList<GameObject>>.run(System.Collections.Generic.IList<GameObject>)