unreal.TextureCoordinate

class unreal.TextureCoordinate(u=0.0, v=0.0)

Bases: unreal.StructBase

Texture Coordinate

C++ Source:

  • Plugin: RigLogic

  • Module: RigLogicModule

  • File: DNACommon.h

Editor Properties: (see get_editor_property/set_editor_property)

  • u (float): [Read-Write] U

  • v (float): [Read-Write] V

property u

[Read-Only] U

Type

(float)

property v

[Read-Only] V

Type

(float)