vertex_texture_normals property

vertex_texture_normals property

Gets or sets the vertex texture normal indexes collection.

Definition:

@property
def vertex_texture_normals(self):
    ...
@vertex_texture_normals.setter
def vertex_texture_normals(self, value):
    ...

See Also