read static method
ActorTargetedConstraint
read(
- ActorArtboard artboard,
- StreamReader reader,
- ActorTargetedConstraint component
override
Implementation
static ActorTargetedConstraint read(ActorArtboard artboard,
StreamReader reader, ActorTargetedConstraint component) {
ActorConstraint.read(artboard, reader, component);
component._targetIdx = reader.readId('target');
return component;
}