Class Retopologize
  
  
  
  
    Inheritance
    System.Object
    
    ActionInOut<
System.Collections.Generic.IList<
GameObject>, 
System.Collections.Generic.IList<
GameObject>>
 
    Retopologize
   
  
    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 Retopologize : ActionInOut<IList<GameObject>, IList<GameObject>>
   
  Fields
  
  
  
  bakeTextures
  
  
  Declaration
  
    [UserParameter("isProxy", null, null, null)]
public bool bakeTextures
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
  
  
  
  
  Declaration
  
    [UserParameter(null, null, null, null)]
public int gridResolution
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
  
  
  
  
  Declaration
  
    [UserParameter(null, null, null, null)]
public bool isPointCloud
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
  
  
  
  
  Declaration
  
    [UserParameter(null, null, null, null)]
public Retopologize.MeshReconstructionQuality meshQuality
   
  Field Value
  
  
  
  
  
  
  Declaration
  
    [UserParameter(null, null, null, null)]
public Retopologize.RetopologyMode mode
   
  Field Value
  
  
  
  
  
  
  Declaration
  
    [UserParameter(null, null, null, null)]
public bool runOncePerObject
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
  
  texturesQuality
  
  
  Declaration
  
    [UserParameter("isBakingMaps", null, null, null)]
public TextureQuality texturesQuality
   
  Field Value
  
  
  
  texturesResolution
  
  
  Declaration
  
    [UserParameter("isBakingMaps", null, null, null)]
public int texturesResolution
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  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 void onBeforeDraw()
   
  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>)