Class VerticesData
  
  
  
  
    Inheritance
    System.Object
    VerticesData
   
  
    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
  Syntax
  
    public sealed class VerticesData
   
  Constructors
  
  
  
  
  VerticesData()
  
  
  Declaration
  
  
  
  
  VerticesData(Mesh)
  
  
  Declaration
  
    public VerticesData(Mesh aMesh)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | Mesh | 
        aMesh | 
         | 
      
    
  
  Fields
  
  
  
  boneWeights
  
  
  Declaration
  
    public List<BoneWeight> boneWeights
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Collections.Generic.List<BoneWeight> | 
         | 
      
    
  
  
  
  colors
  
  
  Declaration
  
    public List<Color32> colors
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Collections.Generic.List<Color32> | 
         | 
      
    
  
  
  
  normals
  
  
  Declaration
  
    public List<Vector3> normals
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Collections.Generic.List<Vector3> | 
         | 
      
    
  
  
  
  tangents
  
  
  Declaration
  
    public List<Vector4> tangents
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Collections.Generic.List<Vector4> | 
         | 
      
    
  
  
  
  uv1
  
  
  Declaration
  
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Collections.Generic.List<Vector2> | 
         | 
      
    
  
  
  
  uv2
  
  
  Declaration
  
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Collections.Generic.List<Vector2> | 
         | 
      
    
  
  
  
  uv3
  
  
  Declaration
  
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Collections.Generic.List<Vector2> | 
         | 
      
    
  
  
  
  uv4
  
  
  Declaration
  
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Collections.Generic.List<Vector2> | 
         | 
      
    
  
  
  
  vertices
  
  
  Declaration
  
    public List<Vector3> vertices
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Collections.Generic.List<Vector3> | 
         | 
      
    
  
  Properties
  
  
  
  
  Length
  
  
  Declaration
  
    public int Length { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  Methods
  
  
  
  
  Add(VerticesData, Int32)
  
  
  Declaration
  
    public int Add(VerticesData aOther, int aIndex)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | VerticesData | 
        aOther | 
         | 
      
      
        | System.Int32 | 
        aIndex | 
         | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
  
  
  AssignTo(Mesh)
  
  
  Declaration
  
    public void AssignTo(Mesh aTarget)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | Mesh | 
        aTarget | 
         |