ExpCompositionContent.RequestedSize Property

Definition

public:
 property float2 RequestedSize { float2 get(); void set(float2 value); };
float2 RequestedSize();

void RequestedSize(float2 value);
public Vector2 RequestedSize { get; set; }
var vector2 = expCompositionContent.requestedSize;
expCompositionContent.requestedSize = vector2;
Public Property RequestedSize As Vector2

Property Value

Vector2 Vector2

float2

Applies to